summaryrefslogtreecommitdiff
path: root/lib/libcurses++/cursesw.cc
AgeCommit message (Collapse)Author
2001-02-22Update to ncurses-5.2-20010210:Todd C. Miller
o remove macro callPutChar() from tty_update.c, since this is no longer needed (reported by Philippe Blain). o add a null-pointer check in tic.c to handle the case when the input file is really empty. Modify the next_char() function in comp_scan.c to allow arbitrarily long lines, and incidentally supply a newline to files that do not end in a newline. These changes improve tic's recovery from attempts to read binary files, e.g., its output from the terminfo database (reported by Bernhard Rosenkraenzer). o revert change to c++/demo.cc from 20001209, which changed definition of main() apparently to accommodate cygwin linker, but broke the demo program.
2000-10-08update to ncurses-5.1-20001007Todd C. Miller
1999-11-28update to ncurses-5.0-19991127Todd C. Miller
1999-08-15Update to ncurses-5.0-990814Todd C. Miller
1999-05-17ncurses-4.2-990516; no code changesTodd C. Miller
1999-05-09c++ clasess for ncursesTodd C. Miller