[input] We also need the echoti feature of zsh/terminfo

This commit is contained in:
Eric Nielsen 2018-04-18 17:24:48 -05:00
parent 78611457f2
commit 5768625356
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if [[ ${TERM} == 'dumb' ]]; then
fi
# Use human-friendly identifiers.
zmodload -F zsh/terminfo +p:terminfo
zmodload -F zsh/terminfo +b:echoti +p:terminfo
typeset -gA key_info
key_info=(
'Control' '\C-'