mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Michael Krysiak points out that some terminals (eg mintty) have cursor
styles 5 and 6 too, so allow them to be set.
This commit is contained in:
parent
e87d4b43ab
commit
87d092d226
1 changed files with 1 additions and 1 deletions
2
screen.c
2
screen.c
|
|
@ -96,7 +96,7 @@ screen_reset_tabs(struct screen *s)
|
|||
void
|
||||
screen_set_cursor_style(struct screen *s, u_int style)
|
||||
{
|
||||
if (style <= 4)
|
||||
if (style <= 6)
|
||||
s->cstyle = style;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue