Re: [PATCH] When going up/down in copy-mode, remember the cursor's last x-position if it's past the end of the new line

2012-03-11 Thread Nicholas Marriott
Looks good, applied, thanks. On Fri, Mar 09, 2012 at 08:14:00PM +0200, Itay Perl wrote: > This is the behavior I see in text editors, and it makes the most sense to me. > > For example, say your terminal shows > > AAAXAAA > AA > AAAXAAA > > If the cursor is on

Re: [PATCH] Avoid syntax error in examples/screen-keys.conf

2012-03-11 Thread Nicholas Marriott
Fixed, thanks. On Mon, Mar 05, 2012 at 07:43:27PM +0100, Romain Francoise wrote: > Thomas Adam writes: > > > Hence, rather than relying on the comment to remain to protect this -- > > I would simply quote the backslash as in: > > > unbind '\' > > I don't have a strong opinion either way on th