X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_terminfo.3x.html;h=3e3f873ed8ac76f9047179ebe31e8b71bc8cd676;hp=d5e8edb19e17bc05be9d57d21e6eb45b3f54dd97;hb=2882050bf8b296813e7e026b1c5c45d4a23043e3;hpb=894a177fd5228cdbe790bd1dc9435bd435c29681 diff --git a/doc/html/man/curs_terminfo.3x.html b/doc/html/man/curs_terminfo.3x.html index d5e8edb1..3e3f873e 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.112 2023/10/07 21:19:07 tom Exp @ + * @Id: curs_terminfo.3x,v 1.114 2023/10/14 22:35:16 tom Exp @ * *************************************************************************** * *************************************************************************** * *************************************************************************** @@ -44,12 +44,12 @@ -curs_terminfo 3x 2023-10-07 ncurses 6.4 Library calls +curs_terminfo 3x 2023-10-14 ncurses 6.4 Library calls -

curs_terminfo 3x 2023-10-07 ncurses 6.4 Library calls

+

curs_terminfo 3x 2023-10-14 ncurses 6.4 Library calls

 curs_terminfo(3x)                Library calls               curs_terminfo(3x)
 
@@ -287,9 +287,13 @@
 
 
 

Output Functions

-       The  tputs  routine  applies padding information (i.e., by interpreting
-       marker embedded  in  the  terminfo  capability  such  as  "$<5>"  as  5
-       milliseconds) to the string str and outputs it:
+       String  capabilities  can  contain  padding  information,  a time delay
+       (accommodating performance limitations of hardware terminals) expressed
+       as $<n>, where n is a nonnegative integral count of milliseconds.  If n
+       exceeds 30,000 (thirty seconds), it is capped at that value.
+
+       The tputs routine interprets time-delay information in the  string  str
+       and outputs it, executing the delays:
 
        o   The  str parameter must be a terminfo string variable or the return
            value from tparm, tiparm, tgetstr, or tgoto.
@@ -303,6 +307,10 @@
        o   putc is a putchar-like routine to which the characters are  passed,
            one at a time.
 
+           If  tputs  processes  a  time-delay,  it  uses the delay_output(3x)
+           function, routing any resulting  padding  characters  through  this
+           function.
+
        The  putp  routine  calls  tputs(str,  1, putchar).  The output of putp
        always goes to stdout, rather than the filedes specified in setupterm.
 
@@ -469,7 +477,6 @@
        Function    Description
        ------------------------------------------------------------------------
        fixterm     restore tty to "in curses" state
-
        gettmode    establish current tty modes
        mvcur       low level cursor motion
        putp        utility function that uses tputs  to  send  characters  via
@@ -692,7 +699,7 @@
 
 
 
-ncurses 6.4                       2023-10-07                 curs_terminfo(3x)
+ncurses 6.4                       2023-10-14                 curs_terminfo(3x)