Re: Cursor Sequences

2012-03-16 Thread Michael Krysiak
97,7 +97,7 @@ void screen_set_cursor_style(struct screen *s, u_int style) { - if (style <= 4) + if (style <= 6) s->cstyle = style; } On Fri, Mar 16, 2012 at 8:36 AM, Michael Krysiak wrote: > I'm completely new to this stuff, so I'm not sure what t

Re: Cursor Sequences

2012-03-16 Thread Michael Krysiak
olas.marri...@gmail.com> wrote: > 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

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 > >

Cursor Sequences

2012-03-15 Thread Michael Krysiak
I'm currently unable to change my cursor to line in tmux 1.6 when using '\033[6 q' as defined in http://code.google.com/p/mintty/wiki/CtrlSeqs, but the block (\033[0 q) and underline (\033[4 q) work as expected. If I set my cursor to a line (echo -n -e '\033[6 q') prior to starting tmux, then it