Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-3.0.3: another problem in Src/jobs.c
- X-seq: zsh-workers 3265
- From: suzuki@xxxxxxxxxxxxxx (SUZUKI Hisao)
- To: hzoli@xxxxxxxxxxxxxxxxxxx
- Subject: Re: zsh-3.0.3: another problem in Src/jobs.c
- Date: Fri, 20 Jun 97 17:20:33 JST
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199706200345.XAA02203@xxxxxxxxxx> (message from Zoltan Hidvegi on Thu, 19 Jun 1997 23:45:06 -0400 (EDT))
- Organization: Oki Technosystems Laboratory, Inc., Nagoya, Japan
>> in the current shell. Hence, though it is artificial,
>>
>> % stty erase ^H | :
>>
>> has no effect since the last command is a shell builtin ":",
>
>Yes. And actually, the tty settings should also be saved when a
>foreground process is suspended.
>
>The patch below is for the original zsh-3.1.2 and zsh-3.0.3, without
>Hisao's patch. I do hope that this covers all cases now.
I am afraid it does not yet. The tty setting goes bad after a
session like this:
% emacs -nw &
% fg
[type ^Z to suspend the emacs]
% stty
(see e-mail <9706190624.AA05850@xxxxxxxxxxxxxxxxxxxxxxxxx> from
me on Thu, 19 Jun 97 15:24:32 JST)
My patch of <9706192332.AA00517@xxxxxxxxxxxxxxxxxxxxxxxxx> works
fine in these cases. Perhaps, for the present implementation,
the tty setting should _not_ be saved into "shttyinfo" when a
foreground process is stopped...
Regards,
Hisao Suzuki <suzuki@xxxxxxxxxxxxxx>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author