[konsole] [Bug 438225] Cursor shape is reset when using an application that changes it
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Sun Jun 20 01:30:59 BST 2021
https://bugs.kde.org/show_bug.cgi?id=438225
--- Comment #10 from ninjalj at gmail.com ---
Neovim issue:
https://github.com/neovim/neovim/issues/4396
The most portable way to restore the cursor shape is to run "reset".
The NeoVim issue also has a link to a VimLeave handler to set the cursor to a
specific shape, e.g. for a block:
:au VimLeave * set guicursor=a:block-blinkon0
Egmont is wrong on a detail: there _is_ a way to query the cursor shape, but it
seems to be only supported by xterm: DECRQSS.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list