]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/terminfo.5.html
ncurses 6.1 - patch 20190121
[ncurses.git] / doc / html / man / terminfo.5.html
index 4dc11fe6ebd661d8fa65b9415eb7b1c6b7894431..206ead16ecf00e4b16b42656aee4aa2e11b6b955 100644 (file)
@@ -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 @@
        <EM>Terminfo</EM> 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
-       <STRONG>ncurses</STRONG> version 6.1 (patch 20190112).
+       <STRONG>ncurses</STRONG> version 6.1 (patch 20190121).
 
 
 </PRE><H3><a name="h3-Terminfo-Entry-Syntax">Terminfo Entry Syntax</a></H3><PRE>
        <STRONG>%%</STRONG>   outputs "%"
 
        <STRONG>%</STRONG><EM>[[</EM>:<EM>]flags][width[.precision]][</EM><STRONG>doxXs</STRONG><EM>]</EM>
-            as in <STRONG>printf</STRONG>, flags are <EM>[-+#]</EM> and <EM>space</EM>.  Use a ":" to  allow  the
-            next  character to be a "-" flag, avoiding interpreting "%-" as an
-            operator.
+            as in <STRONG>printf(3)</STRONG>, flags are <EM>[-+#]</EM> and <EM>space</EM>.  Use a  ":"  to  allow
+            the next character to be a "-" flag, avoiding interpreting "%-" as
+            an operator.
 
        %c   print <EM>pop()</EM> like %c in <STRONG>printf</STRONG>