[input] We also need the echoti feature of zsh/terminfo
This commit is contained in:
parent
78611457f2
commit
5768625356
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if [[ ${TERM} == 'dumb' ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Use human-friendly identifiers.
|
# Use human-friendly identifiers.
|
||||||
zmodload -F zsh/terminfo +p:terminfo
|
zmodload -F zsh/terminfo +b:echoti +p:terminfo
|
||||||
typeset -gA key_info
|
typeset -gA key_info
|
||||||
key_info=(
|
key_info=(
|
||||||
'Control' '\C-'
|
'Control' '\C-'
|
||||||
|
|
Loading…
Reference in a new issue