]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20130622
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 22 Jun 2013 23:39:25 +0000 (23:39 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 22 Jun 2013 23:39:25 +0000 (23:39 +0000)
commitd3aaa2f7ce1fec732af0f6c0396719cbc846ac18
treec1f79aa5d9c22e8f749197f38e7ec37579c3af80
parenta7de4c96cafdd45795ad605bec72dd77177534c9
ncurses 5.9 - patch 20130622

+ modify the clear program to take into account the E3 extended
  capability to clear the terminal's scrollback buffer (patch by
  Miroslav Lichvar, Redhat #815790).
+ clarify in resizeterm manpage that LINES and COLS are updated.
+ updated ansi example in terminfo.tail, correct misordered example
  of sgr.
+ fix other doclifter warnings for manpages
+ remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
  (patch by Eric Raymond).
16 files changed:
NEWS
dist.mk
form/frm_driver.c
man/clear.1
man/curs_mouse.3x
man/curs_sp_funcs.3x
man/curs_variables.3x
man/form_variables.3x
man/resizeterm.3x
man/tabs.1
man/terminfo.tail
ncurses/tinfo/lib_setup.c
package/debian/changelog
package/ncurses.spec
progs/clear.c
test/worm.c