Re: [dev] Updated hide cursor patch

2015-03-23 Thread Alex Pilon
> On Mon, Mar 23, 2015 at 12:05:44PM -0400, Alex Pilon wrote: > > If there are no objections, I'd like to update the one on the wiki with > > the attached. > On Mon, Mar 23, 2015 at 09:28:35PM +0100, Ivan Delalande wrote: > This looks good, still applies and works without any problem, you can > saf

Re: [dev] Updated hide cursor patch

2015-03-23 Thread Ivan Delalande
On Mon, Mar 23, 2015 at 12:05:44PM -0400, Alex Pilon wrote: > The hide X cursor patch when typing predates and conflicts with > 580302f (Support the DECSCUSR CSI escape sequence) because they both > introduced a 'cursor' member in struct XWindow. Essentially > s/cursor/pointer/ in the hide X cursor

[dev] Updated hide cursor patch

2015-03-23 Thread Alex Pilon
The hide X cursor patch when typing predates and conflicts with 580302f (Support the DECSCUSR CSI escape sequence) because they both introduced a 'cursor' member in struct XWindow. Essentially s/cursor/pointer/ in the hide X cursor patch. If there are no objections, I'd like to update the one on t