[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Typing Control-s locks up bash!
From: |
Paul Sexton |
Subject: |
Re: Typing Control-s locks up bash! |
Date: |
Thu, 07 Nov 2002 13:58:18 +0000 |
Hi Chet,
Chet Ramey wrote:
> Look at the output of `stty -a'. ^S is the tty `stop' character. You can
> type ^Q to turn output back on.
Your're a star! Now that I've changed my terminal settings, my shell
is behaving impeccably. As you can imagine, having to kill a shell
that contained various history commands or directory stacks was
a complete pain.
I thought this would be down to something simple, but I had no
idea ^s was handled by the terminal.
Thanks for your help, it is appreciated!
Paul