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/termcap.mdd

18 lines
287 B
Plaintext

name=zsh/termcap
link='if test "x$ac_cv_func_tgetent" = xyes; then
if test "x$zsh_cv_shared_tgetent" = xyes; then
echo either
else
echo static
fi
else
echo either;
fi
'
load=yes
autofeatures="b:echotc p:termcap"
objects="termcap.o"