]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20080105
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 6 Jan 2008 02:04:59 +0000 (02:04 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 6 Jan 2008 02:04:59 +0000 (02:04 +0000)
commit8144a95f5729b46a1ad4f4c3c4ba29800304e4c0
tree510b0fc2a1fd2ecfa6809a1e737421e16c01a5b6
parente0371a7943009d611a4dc080dcddfcdfba9f589b
ncurses 5.6 - patch 20080105

+ several improvements to terminfo entries based on xterm #230 -TD
+ modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
  "link_test" builds properly.
+ fix for toe command-line options -u/-U to ensure filename is given.
+ fix allocation-size for command-line parsing in infocmp from 20070728
  (report by Miroslav Lichvar)
+ improve resizeterm() by moving ripped-off lines, and repainting the
  soft-keys (report by Katarina Machalkova)
+ add clarification in wclear's manpage noting that the screen will be
  cleared even if a subwindow is cleared (prompted by Christer Enfors
  question).
+ change test/ncurses.c soft-key tests to work with KEY_RESIZE.
14 files changed:
NEWS
dist.mk
man/curs_clear.3x
man/toe.1m
misc/terminfo.src
ncurses/base/MKlib_gen.sh
ncurses/base/lib_set_term.c
ncurses/base/lib_slkclear.c
ncurses/base/resizeterm.c
ncurses/curses.priv.h
ncurses/tinfo/lib_data.c
progs/infocmp.c
progs/toe.c
test/ncurses.c