diff options
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -83,3 +83,9 @@ If you are using zsh, then read the zsh FAQ | |||
83 | zle -N zle-line-finish | 83 | zle -N zle-line-finish |
84 | 84 | ||
85 | Putting these lines into your .zshrc will fix the problems. | 85 | Putting these lines into your .zshrc will fix the problems. |
86 | |||
87 | ## How can use meta in 8bit mode? | ||
88 | |||
89 | St support meta in 8bit mode, but the default terminfo entry doesn't | ||
90 | use this capability. If you want it, you have to use st-meta value | ||
91 | in TERM. | ||