]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20070526
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 26 May 2007 23:44:27 +0000 (23:44 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 26 May 2007 23:44:27 +0000 (23:44 +0000)
commit2c829dd4faf4c7933e06804793e84079300e34e9
tree0e67cfe162af7d600d501760dd0c736998423555
parent1051e5f924808ea27fcf8f5b624e63d07788b86e
ncurses 5.6 - patch 20070526

+ modify keyname() to use "^X" form only if meta() has been called, or
  if keyname() is called without initializing curses, e.g., via
  initscr() or newterm() (prompted by LinuxBase #1604).
+ document some portability issues in man/curs_util.3x
+ add a shadow copy of TTY buffer to _nc_prescreen to fix applications
  broken by moving that data into SCREEN (cf: 20061230).
NEWS
dist.mk
man/curs_terminfo.3x
man/curs_util.3x
ncurses/base/MKkeyname.awk
ncurses/curses.priv.h
ncurses/tinfo/lib_data.c
ncurses/tinfo/lib_ttyflags.c
test/demo_panels.c