mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
'guicursor': tui: Konsole: blinkon0 should disable blinking.
This commit is contained in:
@@ -575,7 +575,7 @@ static void tui_set_mode(UI *ui, ModeShape mode)
|
|||||||
default: WLOG("Unknown shape value %d", shape); break;
|
default: WLOG("Unknown shape value %d", shape); break;
|
||||||
}
|
}
|
||||||
data->params[0].i = shape;
|
data->params[0].i = shape;
|
||||||
data->params[1].i = (c.blinkon == 0);
|
data->params[1].i = (c.blinkon != 0);
|
||||||
|
|
||||||
unibi_format(vars, vars + 26,
|
unibi_format(vars, vars + 26,
|
||||||
TMUX_WRAP("\x1b]50;CursorShape=%p1%d;BlinkingCursorEnabled=%p2%d\x07"),
|
TMUX_WRAP("\x1b]50;CursorShape=%p1%d;BlinkingCursorEnabled=%p2%d\x07"),
|
||||||
|
Reference in New Issue
Block a user