From 9f4eb13e9e202a6df61f40bd28f9d86f17d2ab2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 5 Feb 2024 12:01:40 +0100 Subject: [PATCH] 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 --- foot.info | 2 ++ 1 file changed, 2 insertions(+) diff --git a/foot.info b/foot.info index 89601996..3bab3266 100644 --- a/foot.info +++ b/foot.info @@ -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,