]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/curs_termcap.3x.html
ncurses 5.6 - patch 20080621
[ncurses.git] / doc / html / man / curs_termcap.3x.html
index c1688f5034889ae2f7f43808729135b5f9f64c2a..a2457784c7f2d81404335f63b7c58fecb40c6da1 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
 <!-- 
   ****************************************************************************
-  * Copyright (c) 1998-2005,2006 Free Software Foundation, Inc.              *
+  * Copyright (c) 1998-2006,2007 Free Software Foundation, Inc.              *
   *                                                                          *
   * Permission is hereby granted, free of charge, to any person obtaining a  *
   * copy of this software and associated documentation files (the            *
@@ -27,7 +27,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: curs_termcap.3x,v 1.21 2006/12/24 16:05:49 tom Exp @
+  * @Id: curs_termcap.3x,v 1.22 2007/06/02 20:40:07 tom Exp @
 -->
 <HTML>
 <HEAD>
        If you call <STRONG>tgetstr</STRONG> to fetch <STRONG>ca</STRONG> or any other parameterized
        string,  be  aware  that  it  will be returned in terminfo
        notation, not the older and  not-quite-compatible  termcap
-       notation.  This won't cause problems if all you do with it
-       is call <STRONG>tgoto</STRONG> or <STRONG>tparm</STRONG>, which both  expand  terminfo-style
-       strings  as  terminfo.  (The <STRONG>tgoto</STRONG> function, if configured
-       to support termcap, will check if  the  string  is  indeed
-       terminfo-style  by  looking for "%p" parameters or "$&lt;..&gt;"
-       delays, and invoke a termcap-style parser  if  the  string
-       does not appear to be terminfo).
+       notation.  This will not cause problems if all you do with
+       it is call <STRONG>tgoto</STRONG> or <STRONG>tparm</STRONG>,  which  both  expand  terminfo-
+       style  strings  as terminfo.  (The <STRONG>tgoto</STRONG> function, if con-
+       figured to support termcap, will check if  the  string  is
+       indeed  terminfo-style  by  looking for "%p" parameters or
+       "$&lt;..&gt;" delays, and invoke a termcap-style parser  if  the
+       string does not appear to be terminfo).
 
        Because  terminfo  conventions for representing padding in
        string capabilities differ  from  termcap's,  <STRONG>tputs("50");</STRONG>