X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftput.1.html;h=ed9573343acbfafa5f8c5dec35fd2c7ffa5c784f;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hp=961edcb1a4a24f6ed8f67137abe2c933337295be;hpb=e6bb3226cdd35f5fd9f45bb1685cc2203c889480;p=ncurses.git diff --git a/doc/html/man/tput.1.html b/doc/html/man/tput.1.html index 961edcb1..ed957334 100644 --- a/doc/html/man/tput.1.html +++ b/doc/html/man/tput.1.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: tput.1,v 1.72 2021/10/02 21:41:00 tom Exp @ + * @Id: tput.1,v 1.75 2021/12/25 21:31:59 tom Exp @ --> @@ -37,7 +37,7 @@ tput 1 - +

tput 1

@@ -399,14 +399,14 @@ incorporated from the reset feature of BSD tset written by Eric Allman. - o SVr4 added color initialization using the orig_colors and - orig_pairs capabilities in the init subcommand. + o SVr4 added color initialization using the orig_colors and orig_pair + capabilities in the init subcommand. Keith Bostic replaced the BSD tput command in 1989 with a new implementation based on the AT&T System V program tput. Like the AT&T program, Bostic's version accepted some parameters named for terminfo - capabilities (clear, init, longname and reset). However (because he - had only termcap available), it accepted termcap names for other + capabilities (clear, init, longname and reset). However (because he + had only termcap available), it accepted termcap names for other capabilities. Also, Bostic's BSD tput did not modify the terminal I/O modes as the earlier BSD tset had done. @@ -443,14 +443,14 @@ Until changes made after ncurses 6.0, tput did not modify terminal modes. tput now uses a similar scheme, using functions shared with tset (and ultimately based on the 4.4BSD tset). If it is not able - to open a terminal, e.g., when running in cron, tput will return an - error. + to open a terminal, e.g., when running in cron(1), tput will return + an error. o AT&T tput guesses the type of its capname operands by seeing if all of the characters are numeric, or not. Most implementations which provide support for capname operands use - the tparm function to expand parameters in it. That function + 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. @@ -545,7 +545,7 @@

SEE ALSO

        clear(1), stty(1), tabs(1), tset(1), curs_termcap(3x), terminfo(5).
 
-       This describes ncurses version 6.3 (patch 20211021).
+       This describes ncurses version 6.3 (patch 20211225).