| Chris F.A. Johnson 2005-03-21, 2:45 am |
| On Mon, 21 Mar 2005 at 07:56 GMT, daman wrote:
> send the terminal an initialization command, while inside bash#:
>
> reset
>
> and it sets the screen back to normal.
> Does this command work on most dead terminals?
If the terminal is dead, how are you going to enter the command?
Let's assume that the terminal is not totally dead, and you can
enter a command. I have never user reset; I have always found one
or more of the following to work:
tput reset
tput init
stty sane
--
Chris F.A. Johnson http://cfaj.freeshell.org
========================================
===========================
My code (if any) in this post is copyright 2005, Chris F.A. Johnson
and may be copied under the terms of the GNU General Public License
|