]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20120324
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 24 Mar 2012 23:37:46 +0000 (23:37 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 24 Mar 2012 23:37:46 +0000 (23:37 +0000)
commit70e1890695998ac225c5a2a3006500372e1987a1
tree775e8f5e155c6065e6651493fd4cf0485b8e3749
parent85b1a478852e6473f6f698af5f6fca055f43f21c
ncurses 5.9 - patch 20120324

+ amend an old fix so that next_char() exits properly for empty files,
  e.g., from reading /dev/null (cf: 20080804).
+ modify tic so that it can read from the standard input, or from
  a character device.  Because tic uses seek's, this requires writing
  the data to a temporary file first (prompted by remark by Sven
  Joachim) (cf: 20000923).
NEWS
dist.mk
man/tic.1m
ncurses/tinfo/comp_expand.c
ncurses/tinfo/comp_scan.c
ncurses/widechar/lib_cchar.c
progs/tic.c