reset(1)
_________________________________________________________________
reset Command
reset the teletype bits to a sensible state
_________________________________________________________________
SYNTAX
reset
DESCRIPTION
Reset sets the terminal to cooked mode, turns off cbreak and raw
modes, turns on nl, and restores special characters that are
undefined to their default values.
This is most useful after a program dies leaving a terminal in a
funny state. You must type <NL>reset<NL> to get this command to
work because <CR> often doesn't work. Don't be alarmed if you
don't see this command echo to the screen.
SEE ALSO
stty(1)
BUGS
Doesn't set tabs properly; it can't intuit personal choices for
interrupt and line kill characters, so it may leave these set to
the local system standards.
DG/UX 4.00 Page 1
Licensed material--property of copyright holder(s)