]> ncurses.scripts.mit.edu Git - ncurses.git/commit - doc/html/man/curs_terminfo.3x.html
ncurses 5.6 - patch 20070303
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 4 Mar 2007 00:18:45 +0000 (00:18 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 4 Mar 2007 00:18:45 +0000 (00:18 +0000)
commit82a087c4c47679fcfa59bb6d7bdbe587355ba3f6
treea5aefbf6cb2f8a33a1cdb0f62cd9d9b263298cd4
parentb6d7123594f6959ad0a6602b3952d9e6abe261a0
ncurses 5.6 - patch 20070303

+ regenerated html documentation.
+ add NCURSES_OPAQUE symbol to curses.h, will use to make structs
  opaque in selected configurations.
+ move the chunk in lib_acs.c which resets acs capabilities when
  running on a terminal whose locale interferes with those into
  _nc_setupscreen(), so the libtinfo/libtinfow files can be made
  identical (requested by Miroslav Lichvar).
+ do not use configure variable SHLIB_LIBS for building libraries
  outside the ncurses directory, since that symbol is customized
  only for that directory, and using it introduces an unneeded
  dependency on libdl (requested by Miroslav Lichvar).
+ modify mk-1st.awk so the generated makefile rules for linking or
  installing shared libraries do not first remove the library, in
  case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
  Chua).
+ revised section "Using NCURSES under XTERM" in ncurses-intro.html
  (prompted by newsgroup comment by Nick Guenther).
48 files changed:
NEWS
c++/Makefile.in
c++/cursesw.cc
c++/cursesw.h
dist.mk
doc/hackguide.doc
doc/html/ada/terminal_interface-curses__ads.htm
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_border.3x.html
doc/html/man/curs_extend.3x.html
doc/html/man/curs_mouse.3x.html
doc/html/man/curs_terminfo.3x.html
doc/html/man/curs_trace.3x.html
doc/html/man/curs_util.3x.html
doc/html/man/form.3x.html
doc/html/man/form_field_opts.3x.html
doc/html/man/form_hook.3x.html
doc/html/man/form_opts.3x.html
doc/html/man/infocmp.1m.html
doc/html/man/infotocap.1m.html
doc/html/man/menu.3x.html
doc/html/man/menu_hook.3x.html
doc/html/man/menu_opts.3x.html
doc/html/man/mitem_opts.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/panel.3x.html
doc/html/man/term.5.html
doc/html/man/term.7.html
doc/html/man/terminfo.5.html
doc/html/man/tic.1m.html
doc/html/man/toe.1m.html
doc/html/man/tput.1.html
doc/html/man/tset.1.html
doc/html/ncurses-intro.html
doc/ncurses-intro.doc
form/Makefile.in
include/curses.h.in
include/curses.wide
man/terminfo.head
menu/Makefile.in
misc/terminfo.src
mk-1st.awk
ncurses/base/lib_set_term.c
ncurses/curses.priv.h
ncurses/tinfo/lib_acs.c
panel/Makefile.in
test/ncurses.c