X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fncurses.3x.html;h=321ccb23e5648ec2d4c1e5b64fb0448c66548438;hp=c42513ab55f8ede63c33eaff164ccd50268a5634;hb=f70db18a0c3c6a828d8a5999be37239f01c9d98a;hpb=6f8ad7d77b390ee433a283e1c5175bcb67317674 diff --git a/doc/html/man/ncurses.3x.html b/doc/html/man/ncurses.3x.html index c42513ab..321ccb23 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.81 2006/12/02 19:23:11 tom Exp @ + * @Id: ncurses.3x,v 1.82 2006/12/24 14:44:05 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.5 (patch 20061209). + describes ncurses version 5.6 (patch 20061224). The ncurses routines emulate the curses(3x) library of System V Release 4 UNIX, and the XPG4 curses standard (XSI @@ -774,9 +774,9 @@ NCURSES_ASSUMED_COLORS Override the compiled-in assumption that the termi- nal's default colors are white-on-black (see - assume_default_colors(3x)). You may set the fore- - ground and background color values with this environ- - ment variable by proving a 2-element list: + default_colors(3x)). You may set the foreground and + background color values with this environment vari- + able by proving a 2-element list: foreground,background. For example, to tell ncurses to not assume anything about the colors, set this to "-1,-1". To make it green-on-black, set it to "2,0".