Re: [PATCH]: exit_subshell(): Cleanup only if required.

2005-06-07 Thread Leonard den Ottolander
Hi Pavel, On Tue, 2005-06-07 at 10:30, Pavel Tsekov wrote: > The patch fixes an issue with exit_subshell() cleaning up > internal variables even when it should not. Cool! So this is the fix we've been looking for so long. Once you see the solution it's all so obvious :) . Leonard. -- mount -t

Re: [PATCH]: exit_subshell(): Cleanup only if required.

2005-06-07 Thread Pavel Shirshov (pchel)
Hello Pavel, Tuesday, June 7, 2005, 2:30:48 PM, you wrote: PT> Hello, PT> The patch fixes an issue with exit_subshell() cleaning up PT> internal variables even when it should not. PT> To reproduce: PT> 1) Start MC with subshell support and bash as the subshell PT> 2) Press `Ctrl + O' PT> 3)

[PATCH]: exit_subshell(): Cleanup only if required.

2005-06-07 Thread Pavel Tsekov
Hello, The patch fixes an issue with exit_subshell() cleaning up internal variables even when it should not. To reproduce: 1) Start MC with subshell support and bash as the subshell 2) Press `Ctrl + O' 3) Press `Tab' 4) Press `Ctrl + O' 5) Press `F10' and select `Yes' 6) MC will warn you th