HP-UX Reference (11i v1 00/12) - 1 User Commands N-Z (vol 2)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1/neqn.1
________________________________________________________________
___ ___
t
tput(1) tput(1)
Clear the screen, move the cursor to line 10, column 20 and turn on bold.
tput -S <<EOF
clear
cup 10 20
bold
EOF
RETURN VALUE
If capname is of type boolean, then the exit code is set to 0 for true and 1 for false.
If capname is not of type boolean and tput fails, an error message is printed, and exit code is set to one of
the following depending on the failure:
0 The capability name is of type integer and does not exist.
2 Usage error.
3 Unknown terminal type.
4 Unknown capability name.
>4 An error occurred.
If the exit code is 0,a1
is printed if a capability name of type integer is requested for a terminal that has
no entry for that capabilityname in the
terminfo database (such as tput -Thp70092 vt).
FILES
/usr/share/lib/terminfo/?/*
Terminfo data base
/usr/include/curses.h
Definition files
/usr/include/term.h
SEE ALSO
stty(1), untic(1M), terminfo(4).
STANDARDS CONFORMANCE
tput: SVID2, SVID3, XPG4
HP-UX Release 11i: December 2000 2 Section 1941
___
___