Re: [Patch] Move cursor into last column on CUU and CUD

2013-03-27 Thread Nicholas Marriott
Applied, thanks. On Sun, Mar 24, 2013 at 01:37:57PM -0700, George Nachman wrote: > There is an odd bit of behavior in CUU and CUD when the cursor is at > the end of the line in xterm that tmux does not have. The following > command: > > echo -e '\033[2J\033[2;80Ha\033[1Ab\n' > > when run o

Re: [Patch] Move cursor into last column on CUU and CUD

2013-03-25 Thread George Nachman
I don't know of anywhere this is a problem in practice, no need to rush it into 1.8. On Mon, Mar 25, 2013 at 7:04 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Hi > > Is this an issue for you or just incidental because I'd prefer to leave > it for a few days til after 1.8? > > >

Re: [Patch] Move cursor into last column on CUU and CUD

2013-03-25 Thread Nicholas Marriott
Hi Is this an issue for you or just incidental because I'd prefer to leave it for a few days til after 1.8? On Sun, Mar 24, 2013 at 01:37:57PM -0700, George Nachman wrote: > There is an odd bit of behavior in CUU and CUD when the cursor is at > the end of the line in xterm that tmux does not hav

[Patch] Move cursor into last column on CUU and CUD

2013-03-24 Thread George Nachman
There is an odd bit of behavior in CUU and CUD when the cursor is at the end of the line in xterm that tmux does not have. The following command: echo -e '\033[2J\033[2;80Ha\033[1Ab\n' when run on a terminal 80 characters wide, will print both "a" and "b" on the 80th column in xterm. In tmux, the