1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-17 22:31:12 +01:00
zsh/Src/Modules/terminfo.mdd

18 lines
329 B
Text
Raw Normal View History

2000-12-03 21:53:07 +01:00
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
'
2001-04-09 19:26:57 +02:00
load=yes
2000-12-03 21:53:07 +01:00
autofeatures="b:echoti p:terminfo"
2000-12-03 21:53:07 +01:00
objects="terminfo.o"