Re: Similar problem as in Re: messed up terminal

2000-03-24 Thread Antonio Fiol BonnĂ­n
I suggest that you try the following instead of "reset": just type cat ESCc (Esc key, then C key (no shift, no caps-lock) Ctrl-D You should hit RETURN after the first two lines. It worked for me some times that reset did not work. I did not try the other methods you state. Antonio On F

Similar problem as in Re: messed up terminal

2000-03-24 Thread Daniel Reuter
Hello there, On Thu, 16 Mar 2000, Oswald Buddenhagen wrote: > On Thu, 16 Mar 2000, Evan Moore wrote: > > after reading a binary file sometimes the terminal gets all messed up and > > everything is displayed in symbols. I'm sure everyone has done this a few > > times. How can I get my terminal bac

Re: messed up terminal

2000-03-17 Thread t.bedlam
On Sun, Apr 16, 2000 at 06:17:47PM +0200, Ron Rademaker was only escaped alone to tell thee: > You can either type reset or setterm -reset (on the messed up prompt) On the advice of the keyboard/console HOWTO I put this in my .bash_profile: alias blow='echo -e \\\033c' In addition to cleari

Re: messed up terminal

2000-03-16 Thread Colin Watson
[EMAIL PROTECTED] (Evan Moore) wrote: >after reading a binary file sometimes the terminal gets all messed up and >everything is displayed in symbols. I'm sure everyone has done this a few >times. How can I get my terminal back to normal? Thanks a lot Others have suggested reset, and also sometimes

Re: messed up terminal

2000-03-16 Thread Ron Rademaker
You can either type reset or setterm -reset (on the messed up prompt) Ron On Thu, 16 Mar 2000, Evan Moore wrote: > after reading a binary file sometimes the terminal gets all messed up and > everything is displayed in symbols. I'm sure everyone has done this a few > times. How can I get my termi

Re: messed up terminal

2000-03-16 Thread spectral
Hello, try "reset" :-) I use it quite a lot. /Jonas On Thu, 16 Mar 2000, Evan Moore wrote: > after reading a binary file sometimes the terminal gets all messed up and > everything is displayed in symbols. I'm sure everyone has done this a few > times. How can I get my terminal back to normal?

Re: messed up terminal

2000-03-16 Thread Oswald Buddenhagen
On Thu, 16 Mar 2000, Evan Moore wrote: > after reading a binary file sometimes the terminal gets all messed up and > everything is displayed in symbols. I'm sure everyone has done this a few > times. How can I get my terminal back to normal? Thanks a lot fist press ^c (just to flush the input buf

messed up terminal

2000-03-16 Thread Evan Moore
after reading a binary file sometimes the terminal gets all messed up and everything is displayed in symbols. I'm sure everyone has done this a few times. How can I get my terminal back to normal? Thanks a lot eZe