From 457969381869f9f3ecbb462bf40f053f2a748a02 Mon Sep 17 00:00:00 2001 From: "Roberto E. Vargas Caballero" Date: Mon, 12 Aug 2013 15:25:18 +0200 Subject: Add terminfo definitions for terminals with meta key Some programs don't check the value of km and use smm and rmm capabilites, and they cause the terminal change to meta enabled mode even in cases where is not desirable. Allmost all people is using the terminal waiting that meta sends escape, so rmm and smm are not needed. If someone needs meta sets 8 bit he can use the correct terminfo definition in TERM. --- FAQ | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'FAQ') diff --git a/FAQ b/FAQ index 23d557d..9f30ca3 100644 --- a/FAQ +++ b/FAQ @@ -83,3 +83,9 @@ If you are using zsh, then read the zsh FAQ zle -N zle-line-finish Putting these lines into your .zshrc will fix the problems. + +## How can use meta in 8bit mode? + + St support meta in 8bit mode, but the default terminfo entry doesn't + use this capability. If you want it, you have to use st-meta value + in TERM. -- cgit v1.2.3