Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Typos in committed terminfo.c and terminfo.mdd?
- X-seq: zsh-workers 19514
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Typos in committed terminfo.c and terminfo.mdd?
- Date: Mon, 1 Mar 2004 18:45:03 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I just diffed my local build source (which was patched using posted diffs
from zsh-workers) against my cvs sandbox and found these tidbits:
diff ../zsh-forge/current/Src/Modules/terminfo.c ./Src/Modules/terminfo.c
368c368
< #endif /* USE_TERMINOF_MODULE */
---
> #endif /* USE_TERMINFO_MODULE */
diff ../zsh-forge/current/Src/Modules/terminfo.mdd ./Src/Modules/terminfo.mdd
3c3
< link='if test "x$ac_cv_func_tigetflag" = xyes -a "x$ac_cv_header_curses_h" = xyes; then
---
> link='if test "x$ac_cv_func_tigetflag" = xyes -a "x$ac_cv_header_curses_h"; then
Messages sorted by:
Reverse Date,
Date,
Thread,
Author