X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftput.1.html;h=14d548c8f0958d8e8d0b9857176f4d7e9e6e47a9;hp=02b8b1b0a952b0d42c0c10a04b93e2fefc398962;hb=f367fa254ce3fe29710c86971f04e03111c2bd2c;hpb=ca276baf720e3a44721b9e18955d3f546955c6c8;ds=sidebyside diff --git a/doc/html/man/tput.1.html b/doc/html/man/tput.1.html index 02b8b1b0..14d548c8 100644 --- a/doc/html/man/tput.1.html +++ b/doc/html/man/tput.1.html @@ -2,7 +2,7 @@ @@ -319,16 +319,28 @@ name support. Other implementations of tput on SVr4-based systems such as Solaris, IRIX64 and HPUX as well as others such as AIX and Tru64 provide support for capname - operands. A few platforms such as FreeBSD and NetBSD rec- - ognize termcap names rather than terminfo capability names - in their respective tput commands. + operands. + + A few platforms such as FreeBSD and NetBSD recognize term- + cap names rather than terminfo capability names in their + respective tput commands. + + Most implementations which provide support for capname + operands use the tparm function to expand parameters in + it. That function expects a mixture of numeric and string + parameters, requiring tput to know which type to use. + This implementation uses a table to determine that for the + standard capname operands, and an internal library func- + tion to analyze nonstandard capname operands. Other + implementations may simply guess that an operand contain- + ing only digits is intended to be a number.

SEE ALSO

-       clear(1), stty(1), tabs(1), terminfo(5).
+       clear(1), stty(1), tabs(1), terminfo(5), curs_termcap(3x).
 
-       This describes ncurses version 5.6 (patch 20080621).
+       This describes ncurses version 5.9 (patch 20120107).