X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftput.1.html;h=eb37076753af2ce3b2d283a0a88f28ad7cfd1dcd;hb=4c9f63c460cb7134f142aa65f6866c175ed77605;hp=74a849b5bfa1cb6dc1a70e6eec8e63dc13e49808;hpb=95bcbd4bb8e933c86e6fc4aba9ea1c7fd3d30e3d;p=ncurses.git diff --git a/doc/html/man/tput.1.html b/doc/html/man/tput.1.html index 74a849b5..eb370767 100644 --- a/doc/html/man/tput.1.html +++ b/doc/html/man/tput.1.html @@ -1,7 +1,7 @@ @@ -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.2 (patch 20211016).
+       This describes ncurses version 6.3 (patch 20220416).