diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2007-10-14 04:24:45 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2007-10-14 04:24:45 +0000 |
| commit | 84a0da6af95dd12393f5afcdafba747a9b8879de (patch) | |
| tree | 35090afe3556191381c1d0b546a7a76a2219fb26 /Src/Modules/curses.mdd | |
| parent | 23947: remove apm battery status and add git branch detection. (diff) | |
| download | zsh-84a0da6af95dd12393f5afcdafba747a9b8879de.tar zsh-84a0da6af95dd12393f5afcdafba747a9b8879de.tar.gz zsh-84a0da6af95dd12393f5afcdafba747a9b8879de.tar.bz2 zsh-84a0da6af95dd12393f5afcdafba747a9b8879de.tar.lz zsh-84a0da6af95dd12393f5afcdafba747a9b8879de.tar.xz zsh-84a0da6af95dd12393f5afcdafba747a9b8879de.tar.zst zsh-84a0da6af95dd12393f5afcdafba747a9b8879de.zip | |
23952: work with non-wide curses as well.
Diffstat (limited to 'Src/Modules/curses.mdd')
| -rw-r--r-- | Src/Modules/curses.mdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/curses.mdd b/Src/Modules/curses.mdd index 4d27d5c4f..c9c31f267 100644 --- a/Src/Modules/curses.mdd +++ b/Src/Modules/curses.mdd @@ -1,5 +1,5 @@ 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' +link='if test "x$ac_cv_func_initscr" = xyes -a "x$ac_cv_header_curses_h" = xyes; then echo dynamic; else echo no; fi' load=no autobins="zcurses" |
