Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2021-03-12 10:01:18 +00:00
2 changed files with 28 additions and 14 deletions

View File

@ -153,8 +153,10 @@ screen_reset_tabs(struct screen *s)
void
screen_set_cursor_style(struct screen *s, u_int style)
{
if (style <= 6)
if (style <= 6) {
s->cstyle = style;
s->mode &= ~MODE_BLINKING;
}
}
/* Set screen cursor colour. */