]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20130105
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 6 Jan 2013 01:29:15 +0000 (01:29 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 6 Jan 2013 01:29:15 +0000 (01:29 +0000)
commit4b1ec76cb0a0fa5055909f534b3f928dafc7f7f1
tree998bffa19a44d808229322d6de4349f520d325a2
parent938680fa3bc29d2a086031a2f648dfd6cadcb51e
ncurses 5.9 - patch 20130105

+ add "-s" option to test/view.c to allow it to start in single-step
  mode, reducing size of trace files when it is used for debugging
  MinGW changes.
+ revert part of 20121222 change to tinfo_driver.c
+ add experimental logic in win_driver.c to improve optimization of
  screen updates.  This does not yet work with double-width characters,
  so it is ifdef'd out for the moment (prompted by report by Erwin
  Waterlander regarding screen flicker).
NEWS
dist.mk
ncurses/tinfo/tinfo_driver.c
ncurses/win32con/win_driver.c
package/debian/changelog
package/ncurses.spec
test/view.c