Package: ncurses-bin
Version: 5.7+20090803-2
Severity: minor
The tput(1) manpage has a couple of references to �...@tput@”:
bold=‘tput smso‘ offbold=...@tput@ rmso‘
Set the shell variables bold, to begin stand-out mode sequence,
and offbold, to end standout mode sequence, for the current termi‐
nal. This might be followed by a prompt: echo "${bold}Please type
in your name: ${offbold}\c"
…
0 (capname is a numeric variable that is not specified in
the terminfo(5) database for this terminal type, e.g.
tput -T450 lines and @TPUT@ -T2621 xmc)
I’m guessing there’s just a missing /g on the regex that does
s/@TPUT@/tput/.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]