X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fncurses.3x.html;h=7aaa61b46a8df51a3ce6f7becdcb4c12be9f6689;hp=a68bd8d7fc1a1b895722766e4da0d3c70afd0273;hb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/ncurses.3x.html b/doc/html/man/ncurses.3x.html index a68bd8d7..7aaa61b4 100644 --- a/doc/html/man/ncurses.3x.html +++ b/doc/html/man/ncurses.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: ncurses.3x,v 1.96 2010/07/31 15:55:04 tom Exp @ + * @Id: ncurses.3x,v 1.98 2010/09/18 20:17:20 tom Exp @ --> @@ -63,7 +63,7 @@ sonable optimization. This implementation is ``new curses'' (ncurses) and is the approved replacement for 4.4BSD classic curses, which has been discontinued. This - describes ncurses version 5.7 (patch 20100731). + describes ncurses version 5.7 (patch 20100918). The ncurses library emulates the curses library of System V Release 4 UNIX, and XPG4 (X/Open Portability Guide) @@ -262,7 +262,7 @@ ncursesw the so-called "wide" library, which handles - multibyte characters (See the section on + multibyte characters (see the section on ALTERNATE CONFIGURATIONS). The "wide" library includes all of the calls from the "normal" library. It adds about one third more calls @@ -1001,18 +1001,18 @@ not the only way to change the list of directories. The complete list of directories in order follows: - - the last directory to which ncurses wrote, if any, - is searched first + o the last directory to which ncurses wrote, if + any, is searched first - - the directory specified by the TERMINFO symbol + o the directory specified by the TERMINFO symbol - - $HOME/.terminfo + o $HOME/.terminfo - - directories listed in the TERMINFO_DIRS symbol + o directories listed in the TERMINFO_DIRS symbol - - one or more directories whose names are configured - and compiled into the ncurses library, e.g., - /usr/share/terminfo + o one or more directories whose names are config- + ured and compiled into the ncurses library, e.g., + /usr/share/terminfo TERMINFO_DIRS Specifies a list of directories to search for termi-