]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20130112
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 13 Jan 2013 02:00:14 +0000 (02:00 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 13 Jan 2013 02:00:14 +0000 (02:00 +0000)
commita1e63be290fce9e589bc57c9f753be09e8ac0cc7
treeacec2e37e1923bdbf347d598723390246a1d702b
parent4b1ec76cb0a0fa5055909f534b3f928dafc7f7f1
ncurses 5.9 - patch 20130112

+ correct prototype in manpage for vid_puts.
+ drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
  are unused in the current driver model.
+ modify mvcur to use stdout except when called within the ncurses
  library.
+ modify vidattr and vid_attr to use stdout as documented in manpage.
+ amend changes made to buffering in 20120825 so that the low-level
  putp() call uses stdout rather than ncurses' internal buffering.
  The putp_sp() call does the same, for consistency (Redhat #892674).
32 files changed:
MANIFEST
NEWS
dist.mk
man/curs_terminfo.3x
ncurses/base/lib_beep.c
ncurses/base/lib_color.c
ncurses/base/lib_flash.c
ncurses/base/lib_mouse.c
ncurses/base/lib_slkrefr.c
ncurses/curses.priv.h
ncurses/tinfo/lib_acs.c
ncurses/tinfo/lib_options.c
ncurses/tinfo/lib_tputs.c
ncurses/tinfo/tinfo_driver.c
ncurses/tty/lib_mvcur.c
ncurses/tty/lib_vidattr.c
ncurses/tty/tty_display.h [deleted file]
ncurses/tty/tty_update.c
ncurses/widechar/lib_vid_attr.c
package/debian/changelog
package/ncurses.spec
test/blue.c
test/firework.c
test/knight.c
test/modules
test/ncurses.c
test/programs
test/test_vid_puts.c [new file with mode: 0644]
test/test_vidputs.c [moved from ncurses/tty/tty_input.h with 51% similarity]
test/testaddch.c
test/view.c
test/worm.c