X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_util.3x.html;h=5d4166974a70f53edd4f1a7bdf19175bf8b72e64;hb=0eedaa5673ff8181abe51e3a6fadca3820f90c46;hp=31740a583bb5b1b89b6f27bd16fa0bcc89bc87be;hpb=bb55d9e3947102ec2554482d47d21402093f32e8;p=ncurses.git diff --git a/doc/html/man/curs_util.3x.html b/doc/html/man/curs_util.3x.html index 31740a58..5d416697 100644 --- a/doc/html/man/curs_util.3x.html +++ b/doc/html/man/curs_util.3x.html @@ -28,19 +28,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_util.3x,v 1.77 2023/09/16 23:37:03 tom Exp @ + * @Id: curs_util.3x,v 1.83 2023/09/23 23:14:19 tom Exp @ --> -curs_util 3x 2023-09-16 ncurses 6.4 Library calls +curs_util 3x 2023-09-23 ncurses 6.4 Library calls -

curs_util 3x 2023-09-16 ncurses 6.4 Library calls

+

curs_util 3x 2023-09-23 ncurses 6.4 Library calls

 curs_util(3x)                    Library calls                   curs_util(3x)
 
@@ -72,7 +72,7 @@
        int delay_output(int ms);
        int flushinp(void);
 
-       /* extensions */
+       /* extensions */
        void nofilter(void);
        void use_tioctl(bool f);
 
@@ -151,10 +151,10 @@
 

use_env

        The use_env routine, if  used,  should  be  called  before  initscr  or
        newterm  are  called  (because  those  compute  the  screen  size).  It
-       modifies the way ncurses treats environment variables when  determining
+       modifies the way ncurses treats environment variables when  determining
        the screen size.
 
-       o   Normally  ncurses  looks  first  at  the  terminal database for the
+       o   Normally  ncurses  looks  first  at  the  terminal database for the
            screen size.
 
            If use_env was called with  FALSE  for  parameter,  it  stops  here
@@ -188,21 +188,18 @@
        o   ncurses re-fetches the value of the environment variables  so  that
            it is still the environment variables which set the screen size.
 
-       The use_env and use_tioctl routines combine as summarized here:
+       The use_env and use_tioctl routines combine as follows.
 
-           use_env   use_tioctl   Summary
-           ----------------------------------------------------------------
-           TRUE      FALSE        This  is  the default behavior.  ncurses
-                                  uses  operating  system   calls   unless
-                                  overridden   by   $LINES   or   $COLUMNS
-                                  environment variables.
-           TRUE      TRUE         ncurses  updates  $LINES  and   $COLUMNS
-                                  based on operating system calls.
-           FALSE     TRUE         ncurses  ignores  $LINES  and  $COLUMNS,
-                                  uses operating system  calls  to  obtain
-                                  size.
-           FALSE     FALSE        ncurses  relies on the terminal database
-                                  to determine size.
+              use_env   use_tioctl   Summary
+              -----------------------------------------------------------------
+              TRUE      FALSE        This  is  the  default behavior.  ncurses
+                                     uses  operating   system   calls   unless
+                                     overridden    by    LINES    or   COLUMNS
+                                     environment variables; default.
+              TRUE      TRUE         ncurses updates LINES and  COLUMNS  based
+                                     on operating system calls.
+              FALSE     TRUE         ncurses  ignores LINES and COLUMNS, using
+                                     operating system calls to obtain size.
 
 
 

putwin/getwin

@@ -282,7 +279,7 @@
        The  nofilter  and  use_tioctl  routines are specific to ncurses.  They
        were not supported on Version 7, BSD or System V  implementations.   It
        is  recommended  that  any  code  depending  on  ncurses  extensions be
-       conditioned using NCURSES_VERSION.
+       conditioned using NCURSES_VERSION.
 
 
 

putwin/getwin file-format

@@ -372,7 +369,7 @@
 
 
 
-ncurses 6.4                       2023-09-16                     curs_util(3x)
+ncurses 6.4                       2023-09-23                     curs_util(3x)