You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zsh/Src/Modules/terminfo.mdd

18 lines
329 B
Plaintext

name=zsh/terminfo
link='if test "x$ac_cv_func_tigetflag" = xyes -a x$zsh_cv_path_curses_header != xnone; then
if test "x$zsh_cv_shared_tigetstr" = xyes; then
echo either
else
echo static
fi
else
echo no;
fi
'
load=yes
autofeatures="b:echoti p:terminfo"
objects="terminfo.o"