Revision: 2744
http://tmux.svn.sourceforge.net/tmux/?rev=2744&view=rev
Author: tcunha
Date: 2012-03-18 02:11:27 +0000 (Sun, 18 Mar 2012)
Log Message:
-----------
Sync OpenBSD patchset 1065:
Michael Krysiak points out that some terminals (eg mintty) have cursor
styles 5 and 6 too, so allow them to be set.
Modified Paths:
--------------
trunk/screen.c
Modified: trunk/screen.c
===================================================================
--- trunk/screen.c 2012-03-18 02:10:50 UTC (rev 2743)
+++ trunk/screen.c 2012-03-18 02:11:27 UTC (rev 2744)
@@ -97,7 +97,7 @@
void
screen_set_cursor_style(struct screen *s, u_int style)
{
- if (style <= 4)
+ if (style <= 6)
s->cstyle = style;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs