Linux "tset" Command Line Options and Examples
terminal initialization

tset - initialization This program initializes terminals. First, tset retrieves the current terminal mode settings for your terminal. It does this by successively testing · the standard error, · standard output, · standard input and · ultimately “/dev/tty” to obtain terminal settings.


Usage:

tset [-IQVcqrsw] [-] [-e ch] [-i ch] [-k ch] [-m mapping] [terminal]
    reset [-IQVcqrsw] [-] [-e ch] [-i ch] [-k ch] [-m mapping] [terminal]






Command Line Options:

-c
Set control characters and modes.
tset -c ...
-e
Set the erase character to ch.
tset -e ...
-I
Do not send the terminal or tab initialization strings to the terminal.
tset -I ...
-i
Set the interrupt character to ch.
tset -i ...
-k
Set the line kill character to ch.
tset -k ...
-r
Print the terminal type to the standard error output.
tset -r ...
-V
reports the version of ncurses which was used in this program, and exits.
tset -V ...