mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-09 08:21:01 -04:00
input: implement metaSendsEscape and eightBitMeta
This commit is contained in:
parent
4e87426712
commit
a3d919a90d
5 changed files with 101 additions and 34 deletions
|
|
@ -221,6 +221,7 @@ foot+base|foot base fragment,
|
|||
rmcup=\E[?1049l\E[23;0t,
|
||||
rmir=\E[4l,
|
||||
rmkx=\E[?1l\E>,
|
||||
rmm=\E[?1034l,
|
||||
rmso=\E[27m,
|
||||
rmul=\E[24m,
|
||||
rmxx=\E[29m,
|
||||
|
|
@ -235,6 +236,7 @@ foot+base|foot base fragment,
|
|||
smcup=\E[?1049h\E[22;0t,
|
||||
smir=\E[4h,
|
||||
smkx=\E[?1h\E=,
|
||||
smm=\E[?1034h,
|
||||
smso=\E[7m,
|
||||
smul=\E[4m,
|
||||
smxx=\E[9m,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue