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