terminfo: smm: enable 8-bit Meta mode

To enable 8-bit meta mode, we need to:

* disable "send ESC when meta modifies a key" (private mode 1036)
* enable "8-bit meta mode" (private mode 1034)

rmm reverses the above.

Closes #1584
This commit is contained in:
Daniel Eklöf 2024-02-05 12:01:40 +01:00
parent 7999975016
commit 9f4eb13e9e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -241,6 +241,7 @@
rmcup=\E[?1049l\E[23;0;0t,
rmir=\E[4l,
rmkx=\E[?1l\E>,
rmm=\E[?1036h\E[?1034l,
rmso=\E[27m,
rmul=\E[24m,
rmxx=\E[29m,
@ -258,6 +259,7 @@
smcup=\E[?1049h\E[22;0;0t,
smir=\E[4h,
smkx=\E[?1h\E=,
smm=\E[?1036l\E[?1034h,
smso=\E[7m,
smul=\E[4m,
smxx=\E[9m,