X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_termcap.3x.html;h=c2763afe3b945ed72a809e806becdb80ffbd5c2e;hb=refs%2Fheads%2Fmaster;hp=5babcda795194e4b73ad88d6e84d67cbebe6c586;hpb=67327e4e3b2121f8273fb73ec14ef234ed01231e;p=ncurses.git diff --git a/doc/html/man/curs_termcap.3x.html b/doc/html/man/curs_termcap.3x.html index 5babcda7..c2763afe 100644 --- a/doc/html/man/curs_termcap.3x.html +++ b/doc/html/man/curs_termcap.3x.html @@ -1,6 +1,6 @@ -curs_termcap 3x 2023-12-30 ncurses 6.4 Library calls +curs_termcap 3x 2024-04-20 ncurses 6.5 Library calls -

curs_termcap 3x 2023-12-30 ncurses 6.4 Library calls

+

curs_termcap 3x 2024-04-20 ncurses 6.5 Library calls

 curs_termcap(3x)                 Library calls                curs_termcap(3x)
 
@@ -122,7 +94,7 @@
               implementations conforming to  portions  of  X/Open  Curses  now
               withdrawn.   The  BSD  termcap library would store a copy of the
               terminal  type  description  in  the  area  referenced  by  this
-              pointer.   ncurses stores terminal type descriptions in compiled
+              pointer.  terminfo stores terminal type descriptions in compiled
               form, which is not the same thing.
 
           o   The meanings of the  return  values  differ.   The  BSD  termcap
@@ -361,11 +333,11 @@
        parameterized string capability, be aware that it is returned in  term-
        info notation, not the older and not-quite-compatible termcap notation.
        This does not cause problems if all you do with it  is  call  tgoto  or
-       tparm,  which both expand terminfo-style strings as terminfo does.  (If
-       ncurses is configured to support  termcap,  tgoto  checks  whether  the
-       string  is  terminfo-style  by  looking  for "%p" parameters or "<...>"
-       delays, and invokes a termcap-style parser if the string appears not to
-       use terminfo syntax.)
+       tparm,   which   both   parametrically   expand  terminfo-style  string
+       capabilities as terminfo does.  (If ncurses is  configured  to  support
+       termcap,  tgoto  checks whether the string is terminfo-style by looking
+       for "%p" parameters or "<...>"  delays,  and  invokes  a  termcap-style
+       parser if the string appears not to use terminfo syntax.)
 
        Because  terminfo's  syntax  for padding in string capabilities differs
        from termcap's, users can be surprised.
@@ -397,7 +369,7 @@
 
 
 
-ncurses 6.4                       2023-12-30                  curs_termcap(3x)
+ncurses 6.5                       2024-04-20                  curs_termcap(3x)