X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_terminfo.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_terminfo.3x.html;h=5b6c90aec1c0673752b567d7e674572da08a05a1;hb=09ed0227b324243f636e31d876e3dc30dfc7a778;hp=39f5fa06457b9e6e64f4cab6fc90c6ff68adc256;hpb=084e3b44fc1c904d5ab941da55f47a237cb15766;p=ncurses.git diff --git a/doc/html/man/curs_terminfo.3x.html b/doc/html/man/curs_terminfo.3x.html index 39f5fa06..5b6c90ae 100644 --- a/doc/html/man/curs_terminfo.3x.html +++ b/doc/html/man/curs_terminfo.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_terminfo.3x,v 1.119 2023/11/25 14:32:36 tom Exp @ + * @Id: curs_terminfo.3x,v 1.122 2023/12/03 00:10:20 tom Exp @ * *************************************************************************** * *************************************************************************** * *************************************************************************** @@ -46,12 +46,12 @@ -curs_terminfo 3x 2023-11-25 ncurses 6.4 Library calls +curs_terminfo 3x 2023-12-02 ncurses 6.4 Library calls -

curs_terminfo 3x 2023-11-25 ncurses 6.4 Library calls

+

curs_terminfo 3x 2023-12-02 ncurses 6.4 Library calls

 curs_terminfo(3x)                Library calls               curs_terminfo(3x)
 
@@ -143,7 +143,7 @@
        o   If use_env(FALSE) has been called, values  for  lines  and  columns
            specified in terminfo are used.
 
-       o   Otherwise,  if  the  environment variables LINES and COLUMNS exist,
+       o   Otherwise,  if  the  environment variables LINES and COLUMNS exist,
            their values are used.  If these environment variables do not exist
            and  the program is running in a window, the current window size is
            used.  Otherwise, if the environment variables do  not  exist,  the
@@ -174,7 +174,7 @@
        structures used by curses.  These are its parameters:
 
           term is the terminal type, a character string.  If term is null, the
-               environment variable TERM is used.
+               environment variable TERM is used.
 
           filedes
                is the file descriptor used for getting  and  setting  terminal
@@ -572,7 +572,7 @@
 

Special TERM treatment

        If configured to use the terminal-driver, e.g., for the MinGW port,
 
-       o   setupterm interprets a missing/empty TERM variable as  the  special
+       o   setupterm interprets a missing/empty TERM variable as  the  special
            value "unknown".
 
            SVr4 curses uses the special value "dumb".
@@ -582,7 +582,7 @@
            generic terminal is unsuitable for full-screen applications.
 
        o   setupterm  allows explicit use of the the windows console driver by
-           checking if $TERM is set to "#win32con" or an abbreviation of  that
+           checking if $TERM is set to "#win32con" or an abbreviation of  that
            string.
 
 
@@ -702,7 +702,7 @@
 
 
 
-ncurses 6.4                       2023-11-25                 curs_terminfo(3x)
+ncurses 6.4                       2023-12-02                 curs_terminfo(3x)