]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20070512
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 13 May 2007 00:52:59 +0000 (00:52 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 13 May 2007 00:52:59 +0000 (00:52 +0000)
commit1051e5f924808ea27fcf8f5b624e63d07788b86e
tree4edf2ea048041bb391aa3f9ab8154a5730c16298
parent3ec8f79f3ceda990461c80de2f96d66b886e00d5
ncurses 5.6 - patch 20070512

+ add 'O' (wide-character panel test) in ncurses.c to demonstrate a
  problem reported by Sadrul H Chowdhury with repainting parts of
  a fullwidth cell.
+ modify slk_init() so that if there are preceding calls to
  ripoffline(), those affect the available lines for soft-keys (adapted
  from patch by Clive Nicolson).
+ document some portability issues in man/curs_getyx.3x
15 files changed:
NEWS
dist.mk
man/curs_getyx.3x
man/curs_opaque.3x
man/panel.3x
ncurses/base/lib_set_term.c
ncurses/base/lib_slkinit.c
ncurses/curses.priv.h
ncurses/tinfo/lib_data.c
ncurses/tinfo/setbuf.c
ncurses/tinfo/write_entry.c
ncurses/tty/lib_twait.c
ncurses/widechar/lib_cchar.c
ncurses/widechar/lib_get_wch.c
test/ncurses.c