X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_outopts.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_outopts.3x.html;h=9ca36cfc4f5a158faebad17fa0b456c0b754ee0c;hp=7e1eb88b509a6f463e7f6bb282becc03660a2e6b;hb=d90067f9008bb8338a77c1ed519bc108c275ed04;hpb=b97ea58e03d5faebed2166faa4e0e590f2cdea34 diff --git a/doc/html/man/curs_outopts.3x.html b/doc/html/man/curs_outopts.3x.html index 7e1eb88b..9ca36cfc 100644 --- a/doc/html/man/curs_outopts.3x.html +++ b/doc/html/man/curs_outopts.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_outopts.3x,v 1.52 2023/11/25 14:08:05 tom Exp @ + * @Id: curs_outopts.3x,v 1.53 2023/12/16 20:32:22 tom Exp @ --> -curs_outopts 3x 2023-11-25 ncurses 6.4 Library calls +curs_outopts 3x 2023-12-16 ncurses 6.4 Library calls -

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

+

curs_outopts 3x 2023-12-16 ncurses 6.4 Library calls

 curs_outopts(3x)                 Library calls                curs_outopts(3x)
 
@@ -173,7 +173,7 @@
 

PORTABILITY

        These functions are described in the XSI Curses standard, Issue 4.
 
-       From  the  outset,  ncurses  used  nl/nonl to control the conversion of
+       From  the  outset,  ncurses  used  nl/nonl to control the conversion of
        newlines to carriage return/line-feed on output as well as input.   XSI
        Curses  documents  only  the  use  of  these functions for input.  This
        difference arose from converting the pcurses source (which  used  ioctl
@@ -181,15 +181,15 @@
        interface).  In the former, both input and output were controlled via a
        single  option  CRMOD,  while  the  latter  separates  these  features.
        Because that conversion interferes with  output  optimization,  nl/nonl
-       were amended after ncurses 6.2 to eliminate their effect on output.
+       were amended after ncurses 6.2 to eliminate their effect on output.
 
        Some  historic  curses implementations had, as an undocumented feature,
        the  ability  to  do  the  equivalent  of  clearok(...,  1)  by  saying
-       touchwin(stdscr) or clear(stdscr).  This will not work under ncurses.
+       touchwin(stdscr) or clear(stdscr).  This will not work under ncurses.
 
        Earlier  System  V  curses implementations specified that with scrollok
        enabled, any window modification triggering  a  scroll  also  forced  a
-       physical refresh.  XSI Curses does not require this, and ncurses avoids
+       physical refresh.  XSI Curses does not require this, and ncurses avoids
        doing it to perform better  vertical-motion  optimization  at  wrefresh
        time.
 
@@ -205,7 +205,7 @@
 
 
 
-ncurses 6.4                       2023-11-25                  curs_outopts(3x)
+ncurses 6.4                       2023-12-16                  curs_outopts(3x)