Implement DECCKM

This commit is contained in:
Kovid Goyal
2017-02-05 15:30:16 +05:30
parent bf3f6f6014
commit 142c883b0c
9 changed files with 47 additions and 18 deletions

Binary file not shown.

View File

@@ -101,6 +101,7 @@ xterm-kitty|KovIdTTY,
rmam=\E[?7l,
rmcup=\E[?1049l,
rmir=\E[4l,
rmkx=\E[?1l,
rmso=\E[27m,
rmul=\E[24m,
rs1=\Ec,
@@ -114,6 +115,7 @@ xterm-kitty|KovIdTTY,
smam=\E[?7h,
smcup=\E[?1049h,
smir=\E[4h,
smkx=\E[?1h,
smso=\E[7m,
smul=\E[4m,
tbc=\E[3g,

Binary file not shown.