diff options
author | Frank Terbeck <ft@bewatermyfriend.org> | 2012-08-08 08:36:25 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2012-08-08 08:36:25 +0200 |
commit | 0b3b271c53e56d13be9277e81e8a1b4f594c2570 (patch) | |
tree | d605d99f7d1447ec49bb98678e727d0f0b98bdf3 /Src/parse.c | |
parent | 9d57d625a298678555a910fcbb8ed60767d5bc9f (diff) | |
download | zsh-0b3b271c53e56d13be9277e81e8a1b4f594c2570.tar.gz zsh-0b3b271c53e56d13be9277e81e8a1b4f594c2570.zip |
Do not use echoti {smkx,rmkx} unconditionally
If a terminal - like the linux kernel's virtual console - is missing those
terminfo entries, that will cause annoying output like:
zle-line-init:echoti:1: no such terminfo capability: rmkx
zle-line-init:echoti:1: no such terminfo capability: smkx
for each and every prompt.
This tests for the features availability and notes missing ones in a new
array `$debian_missing_features'.
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
Diffstat (limited to 'Src/parse.c')
0 files changed, 0 insertions, 0 deletions