]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20110625
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 26 Jun 2011 00:21:18 +0000 (00:21 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 26 Jun 2011 00:21:18 +0000 (00:21 +0000)
commitbd75bb126bdbd8300fe73e8e8b2fe97bd07eef75
tree78ed621132ee7fccc3eff182bff4c3615b817037
parent8a0f1799616236ed1bc59aba36d3cc924fe39577
ncurses 5.9 - patch 20110625

+ improve cleanup() function in lib_tstp.c, using _exit() rather than
  exit() and checking for SIGTERM rather than SIGQUIT (prompted by
  comments forwarded by Nicholas Marriott).
+ reduce name pollution from term.h, moving fallback #define's for
  tcgetattr(), etc., to new private header nc_termios.h (report by
  Sergio NNX).
+ two minor fixes for tracing (patch by Vassili Courzakis).
+ improve trace initialization by starting it in use_env() and
  ripoffline().
+ review old email, add details for some changelog entries.
14 files changed:
MANIFEST
NEWS
dist.mk
include/MKterm.h.awk.in
include/nc_termios.h [new file with mode: 0644]
include/ncurses_mingw.h
include/term_entry.h
misc/terminfo.src
ncurses/base/lib_refresh.c
ncurses/base/lib_set_term.c
ncurses/curses.priv.h
ncurses/tinfo/lib_setup.c
ncurses/tty/lib_tstp.c
ncurses/widechar/lib_box_set.c