X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Ftput.1;fp=man%2Ftput.1;h=2ea0471afa84a0614e7ee14686eb580306c60da2;hp=314bf38f8e60679868194bf3244dfb28f716d6f1;hb=894a177fd5228cdbe790bd1dc9435bd435c29681;hpb=7e062bb2764a87d98073a90ee65a234a2679f9c1 diff --git a/man/tput.1 b/man/tput.1 index 314bf38f..2ea0471a 100644 --- a/man/tput.1 +++ b/man/tput.1 @@ -28,18 +28,25 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: tput.1,v 1.85 2023/09/30 21:38:11 tom Exp $ -.TH @TPUT@ 1 2023-09-30 "ncurses 6.4" "User commands" -.ds d @TERMINFO@ -.ds n 1 -.ie \n(.g .ds `` \(lq -.el .ds `` `` -.ie \n(.g .ds '' \(rq -.el .ds '' '' +.\" $Id: tput.1,v 1.86 2023/10/07 21:19:07 tom Exp $ +.TH @TPUT@ 1 2023-10-07 "ncurses 6.4" "User commands" +.ie \n(.g \{\ +.ds `` \(lq +.ds '' \(rq +.\} +.el \{\ +.ie t .ds `` `` +.el .ds `` "" +.ie t .ds '' '' +.el .ds '' "" +.\} +. .de bP .ie n .IP \(bu 4 .el .IP \(bu 2 .. +.ds n 1 +.ds d @TERMINFO@ .SH NAME \fB\%@TPUT@\fP, \fB\%reset\fP \- @@ -320,12 +327,12 @@ Print the number of columns for the current terminal. \fB@TPUT@ \-T450 cols\fP Print the number of columns for the 450 terminal. .TP 5 -\fBbold=`@TPUT@ smso` offbold=`@TPUT@ rmso`\fP +\fBbold=\(ga@TPUT@ smso\(ga offbold=\(ga@TPUT@ rmso\(ga\fP Set the shell variables \fBbold\fP, to begin stand-out mode sequence, and \fBoffbold\fP, to end standout mode sequence, for the current terminal. This might be followed by a -prompt: \fBecho "${bold}Please type in your name: ${offbold}\\c"\fP +prompt: \fBecho "${bold}Please type in your name: ${offbold}\ec"\fP .TP 5 \fB@TPUT@ hc\fP Set exit code to indicate if the current terminal is a hard copy terminal.