diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-09-25 01:04:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-25 01:04:33 +0000 |
commit | 2ef376bb7286ac0535487122260a817dd9b4d896 (patch) | |
tree | ae6ffd553de69d7131d03d1cf67451b8502e1282 /alacritty.info | |
parent | ec3a80427b717bb13d56c3031f4195bdae9c011a (diff) | |
download | alacritty-2ef376bb7286ac0535487122260a817dd9b4d896.tar.gz alacritty-2ef376bb7286ac0535487122260a817dd9b4d896.zip |
Fix reset cursor terminfo escape
The reset cursor terminal escape sequnce specified in the terminfo file
was using xterm's `\E[2 q`. However this just resets the cursor to the
block cursor shape.
Since Alacritty supports the `\E[0 q` escape sequence for resetting the
cursor shape to the original shape specified in the configuration file,
the terminfo file has been altered to make use of this sequence instead.
Diffstat (limited to 'alacritty.info')
-rw-r--r-- | alacritty.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty.info b/alacritty.info index b693d248..1beaef9c 100644 --- a/alacritty.info +++ b/alacritty.info @@ -106,4 +106,4 @@ alacritty+common|base fragment for alacritty, kPRV5=\E[5;5~, kPRV6=\E[5;6~, kPRV7=\E[5;7~, kdch1=\E[3~, Cr=\E]112\007, Cs=\E]12;%p1%s\007, - Ms=\E]52;%p1%s;%p2%s\007, Se=\E[2 q, Ss=\E[%p1%d q, + Ms=\E]52;%p1%s;%p2%s\007, Se=\E[0 q, Ss=\E[%p1%d q, |