X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fterminfo.5.html;h=206ead16ecf00e4b16b42656aee4aa2e11b6b955;hp=4dc11fe6ebd661d8fa65b9415eb7b1c6b7894431;hb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d;hpb=acb4184f8f69fddd052a3daa8c8675f4bf8ce369;ds=sidebyside diff --git a/doc/html/man/terminfo.5.html b/doc/html/man/terminfo.5.html index 4dc11fe6..206ead16 100644 --- a/doc/html/man/terminfo.5.html +++ b/doc/html/man/terminfo.5.html @@ -33,7 +33,7 @@ **************************************************************************** * @Id: terminfo.head,v 1.35 2018/07/28 22:29:09 tom Exp @ * Head of terminfo man page ends here - * @Id: terminfo.tail,v 1.89 2018/05/19 21:01:52 tom Exp @ + * @Id: terminfo.tail,v 1.90 2019/01/20 20:21:46 tom Exp @ * Beginning of terminfo.tail file * This file is part of ncurses. * See "terminfo.head" for copyright. @@ -74,7 +74,7 @@ Terminfo describes terminals by giving a set of capabilities which they have, by specifying how to perform screen operations, and by specifying padding requirements and initialization sequences. This describes - ncurses version 6.1 (patch 20190112). + ncurses version 6.1 (patch 20190121).

Terminfo Entry Syntax

@@ -1401,9 +1401,9 @@
        %%   outputs "%"
 
        %[[:]flags][width[.precision]][doxXs]
-            as in printf, flags are [-+#] and space.  Use a ":" to  allow  the
-            next  character to be a "-" flag, avoiding interpreting "%-" as an
-            operator.
+            as in printf(3), flags are [-+#] and space.  Use a  ":"  to  allow
+            the next character to be a "-" flag, avoiding interpreting "%-" as
+            an operator.
 
        %c   print pop() like %c in printf