tput man page on MirBSD

Man page or keyword search:  
man Server   6113 pages
apropos Keyword Search (all sections)
Output format
MirBSD logo
[printable version]

TPUT(1)			     BSD Reference Manual		       TPUT(1)

NAME
     tput - terminal capability interface

SYNOPSIS
     tput [-T term] attribute [attribute-args] ...
     tput [-T term] -S
     clear

DESCRIPTION
     The tput utility makes terminal-dependent information available to users
     or shell applications. The clear utility clears your screen; it is
     equivalent to calling tput clear.

     The options are as follows:

     -T	     The terminal name as found in the terminfo database; for example,
	     "vt100" or "xterm". If not specified, tput retrieves the TERM
	     variable from the environment.

     -S	     The attributes are read from stdin instead of the command line.

     tput outputs a string if the attribute is of type string or a number if
     it is of type integer. If the attribute is of type boolean, tput exits 0
     if the terminal has the capability or 1 if it does not. Each attribute
     should be a string defined in either terminfo(5) or termcap(5).

     If the attribute is of type string and takes arguments (e.g., cursor
     movement, the terminfo "cup" sequence) the arguments are taken from the
     command line immediately following the attribute.

     The following special attributes are available:

     clear	   Clear the screen (the terminfo "clear" sequence).

     init	   Print the terminfo initialization strings for the specified
		   terminal.

     longname	   Print the descriptive name of the user's terminal type.

     reset	   Reset the terminal (using the terminfo reset sequences).

EXAMPLES
     tput clear cup 5 10  clear the screen and goto line 5 column 10

     tput cup 6 11 dch 6  goto line 6 column 11 and delete 6 characters

DIAGNOSTICS
     The exit value of tput is based on the last attribute specified. If the
     attribute is of type string or of type integer the exit value is as fol-
     lows:

	   0	   The requested string was written successfully.
	   2	   Usage error.
	   3	   Unknown terminal type.
	   4	   Unknown attribute name.
	   >4	   An error occurred.

     If the attribute is of type boolean, tput exits with a value of 0 if the
     terminal has this attribute or 1 if it does not.

SEE ALSO
     terminfo(3), terminfo(5)

HISTORY
     The tput utility appeared in 4.4BSD.

BUGS
     tput can't really distinguish between different types of attributes.

MirOS BSD #10-current		June 29, 1999				     1
[top]

List of man pages available for MirBSD

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net