diff options
| author | Yubao Liu <yubao.liu@gmail.com> | 2021-01-11 12:32:08 +0800 |
|---|---|---|
| committer | Yubao Liu <yubao.liu@gmail.com> | 2021-01-11 12:32:08 +0800 |
| commit | efc75ea3f3a7338fb5c87e70ce8c501fb0b3549a (patch) | |
| tree | f1b930d3910b1d1c84fa309b652b2cddda76d333 /README.md | |
| parent | b6592f94d76098d19f242c0d09f660f6a6461b76 (diff) | |
fix cursor type after hide cursor and show again
This patch also adds support for cursor blink.
VIM emits these ANSI escape sequences in insert mode:
\x1b[?25h show cursor
\x1b[?25l hide cursor
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -475,6 +475,13 @@ In addition to that, you can disable some text properties (bold, underline, reverse video) setting the relative option to `t` (`vterm-disable-bold`, `vterm-disable-underline`, or `vterm-disable-inverse-video`). +## Blink cursor + +When `vterm-ignore-blink-cursor` is `t`, vterm will ignore request from application to turn on or off cursor blink. + +If `nil`, cursor in any window may begin to blink or not blink because `blink-cursor-mode` +is a global minor mode in Emacs, you can use `M-x blink-cursor-mode` to toggle. + ## Colors Set the `:foreground` and `:background` attributes of the following faces to a |
