Re: cons.handler.c for FreeBSD

2003-03-05 Thread Max Khon
hi, there! On Wed, Mar 05, 2003 at 04:36:57AM -0500, Pavel Roskin wrote: I had a chance to test the code, and it works just fine. I forgot to test the output lines option (i.e. restoring just part of the text), but I'll do it next time I boot into FreeBSD. It didn't work, but I have

mc

2003-03-05 Thread To, Loc Huu
Hi, I try to install Midnight Commnader on my home local Sun machine and run it but I got an error, can you help on this. ld.so.1: mc: fatal: libgen.so.1: open failed: No such file or directory Thanks P-TAS : Publications Technology Advancement Specialists. Loc To Bombardier Aerospace -

Re: cons.handler.c for FreeBSD

2003-03-05 Thread Max Khon
hi, there! On Wed, Mar 05, 2003 at 04:05:54PM +0600, Max Khon wrote: I had a chance to test the code, and it works just fine. I forgot to test the output lines option (i.e. restoring just part of the text), but I'll do it next time I boot into FreeBSD. It didn't work, but I have

Re: cons.handler.c for FreeBSD

2003-03-05 Thread Max Khon
hi, there! On Wed, Mar 05, 2003 at 10:34:21PM +0600, Max Khon wrote: and it is still not obvious to me how I can test output lines with Ctrl-O. another question is about non-standard console modes. I (and other users) are getting core dumps when console video mode is not 80x25. E.g.

Re: cons.handler.c for FreeBSD

2003-03-05 Thread Andrew V. Samoilov
Max Khon wrote: hi, there! On Wed, Mar 05, 2003 at 10:34:21PM +0600, Max Khon wrote: and it is still not obvious to me how I can test output lines with Ctrl-O. another question is about non-standard console modes. I (and other users) are getting core dumps when console video mode is not 80x25.

Running mc from mc

2003-03-05 Thread Pavel Roskin
Hello! Adam asked me in private if it's possible to disable running one mc from another. I have committed a patch that implements this check. The patch prevents running two copies of mc with subshells in the same login session. It is still possible to run mcview or mcedit from mc because they

Re: cons.handler.c for FreeBSD

2003-03-05 Thread Max Khon
hi, there! On Wed, Mar 05, 2003 at 09:21:41PM +0200, Andrew V. Samoilov wrote: Well, I think this fix is not enough. It shall be SIGWINCH catched and screen_shot.buf reallocated dynamically or vidcontrol 132x60 will crash mc again. screen_shot.buf is reallocated in console_save() /fjoe