1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-13 11:21:13 +02:00
zsh/Src/Modules/curses.mdd

7 lines
216 B
Text

name=zsh/curses
link='if test "x$ac_cv_func_initscr" = xyes -a "x$ac_cv_header_curses_h" = xyes -a "x$ac_cv_func_setcchar" = xyes; then echo dynamic; else echo no; fi'
load=no
autobins="zcurses"
objects="curses.o"