[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: scm_shell in C-Thread - Quit vs. Terminal Corruption
From: |
Ludovic Courtès |
Subject: |
Re: scm_shell in C-Thread - Quit vs. Terminal Corruption |
Date: |
Sat, 17 Oct 2009 14:44:23 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Hi,
Linas Vepstas <address@hidden> writes:
> 2009/10/16 <address@hidden>:
>>
>> Hitting return three times yields:
>> shellprompt ~ $ shellprompt ~ $ shellprompt ~ $
>
> I didn't quite understand everything, but -- saying
> "stty sane" should fix this problem.
Alternatively, reset(1) will return the terminal in a normal state.
Thanks,
Ludo’.