Re[3]: Status of MC

2002-08-20 Thread Pavel Tsekov
Hello, Pavel! PR Actually, I applied a patch today that resembles my original patch, but it PR may be more reliable. [snip patch] PR The difference is that old_mask is repared after sigprocmask(), not PR before, so if the glitch happens in _that_ sigprocmask(), we still can PR compensate for

Re[3]: Status of MC

2002-08-19 Thread Pavel Tsekov
Hello, Pavel! PR By the way, there is one more bug partly related to subshell on Cygwin. PR MC thinks that the Cygwin terminal is dumb, i.e. that it doesn't save PR the text behind panels. PT I noticed this and I'll see what happens. I'm a bit puzzled now... The reason is that a flag called

Re[3]: Status of MC

2002-08-19 Thread Pavel Roskin
Hello! I'm a bit puzzled now... The reason is that a flag called 'console_flag' is not set. I've grepped the code but found that it is set only in linux specific files and in rxvt.c. There is also no description what this flag should contain - obviously anything different than zero will do.