Apparently nvim assumes cnorm doesn't affect cursor shape. It's
ambiguous whether cnorm should affect it or not. So to prevent
regressions in case other programs assume that as well, have it only
make the cursor visible and blinking, without changing its shape.
This commit is contained in:
Kovid Goyal
2021-08-13 09:31:18 +05:30
parent 9c4a890688
commit 473e1a6f22
3 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ xterm-kitty|KovIdTTY,
cbt=\E[Z,
civis=\E[?25l,
clear=\E[H\E[2J,
cnorm=\E[1 q\E[?25h,
cnorm=\E[?12h\E[?25h,
cr=^M,
csr=\E[%i%p1%d;%p2%dr,
cub=\E[%p1%dD,

Binary file not shown.