]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20091031
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 1 Nov 2009 01:07:09 +0000 (01:07 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 1 Nov 2009 01:07:09 +0000 (01:07 +0000)
commitfb24ca09eab8f14b9be7ea60acf174aae46df43d
tree1cbf96d14b4470cf581642d59f20aa888fbfed65
parent3a0d9d27e0cf115ff9dcc6163c251bccaa62bd7d
ncurses 5.7 - patch 20091031

+ modify use of $CC environment variable which is defined by X/Open
  as a curses feature, to ignore it if it is not a single character
  (prompted by discussion with Benjamin C W Sittler).
+ add START_TRACE in slk_init
+ fix a regression in _nc_ripoffline which made test/ncurses.c not show
  soft-keys, broken in 20090927 merging.
+ change initialization of "hidden" flag for soft-keys from true to
  false, broken in 20090704 merging (Ubuntu #464274).
+ update nsterm entries (patch by Benjamin C W Sittler, prompted by
  discussion with Fabian Groffen in GenToo #206201).
+ add test/xterm-256color.dat
13 files changed:
MANIFEST
NEWS
dist.mk
man/ncurses.3x
misc/terminfo.src
ncurses/base/lib_set_term.c
ncurses/base/lib_slk.c
ncurses/base/lib_slkinit.c
ncurses/curses.priv.h
ncurses/tinfo/lib_setup.c
ncurses/tinfo/tinfo_driver.c
test/xterm-256color.dat [new file with mode: 0644]
test/xterm-88color.dat