Go to the first, previous, next, last section, table of contents.
tput displays various error messages if problems occur.  In
addition, it exits with one of the following status values:
- 0
- 
Normal status; the given capability is present.
- 1
- 
The given Boolean or string capability is not present.
- 2
- 
Usage error; tputwas given invalid arguments.
- 3
- 
The terminal type given (either in the `TERM' environment variable
or by the `-T' switch) is unknown, or the termcap database can not
be read. 
- 4
- 
The given capability is unknown.
Go to the first, previous, next, last section, table of contents.