Re: Cursor Sequences

2012-03-16 Thread Nicholas Marriott
I think it is probably safe enough to allow any value through. On Fri, Mar 16, 2012 at 10:42:26AM -0400, Michael Krysiak wrote: >I was able to get it working with a one line patch to screen.c, but I >wouldn't recommend this to anyone since I'm not knowledgeable enough to >know the sid

Re: Cursor Sequences

2012-03-16 Thread Michael Krysiak
I was able to get it working with a one line patch to screen.c, but I wouldn't recommend this to anyone since I'm not knowledgeable enough to know the side effects. --- screen.c.orig 2012-03-16 09:29:58.151917000 -0400 +++ screen.c2012-03-16 09:30:09.208923000 -0400 @@ -97,7 +97,7 @@ vo

Re: Cursor Sequences

2012-03-16 Thread Michael Krysiak
I'm completely new to this stuff, so I'm not sure what the proper behavior is supposed to be, but from a quick experiment using Cygwin's xterm, it behaved just like tmux did; 0-4 work, 5 and 6 don't change anything. On Fri, Mar 16, 2012 at 8:17 AM, Nicholas Marriott < nicholas.marri...@gmail.com>

Re: Cursor Sequences

2012-03-16 Thread Nicholas Marriott
Yes, that's right. We can allow higher values through, but what do they do on other terminals like xterm? On Fri, Mar 16, 2012 at 07:39:57AM -0400, Michael Krysiak wrote: >After a bit more research, it looks like the mintty docs show a 5 and 6, >but the official docs only show 0-4. * >

Re: Cursor Sequences

2012-03-16 Thread Michael Krysiak
After a bit more research, it looks like the mintty docs show a 5 and 6, but the official docs only show 0-4. http://vt100.net/docs/vt510-rm/DECSCUSR On Fri, Mar 16, 2012 at 6:02 AM, Michael Krysiak wrote: > I got it from http://code.google.com/p/mintty/wiki/CtrlSeqs#Cursor_style > > > On Fri,

Re: Cursor Sequences

2012-03-16 Thread Nicholas Marriott
Can you give me a clear sequence of commands that shows the problem? Also what terminal are you using? On Thu, Mar 15, 2012 at 10:43:40PM -0400, Michael Krysiak wrote: >I'm currently unable to change my cursor to line in tmux 1.6 when using >'\033[6 q' as defined in* >[1]http://code.g