Re: Don't allow stdout and stderr from extfs scripts pollute thescreen.

2002-12-03 Thread Andrew V. Samoilov
Pavel Roskin wrote: Hello! patch below prevents stderr from extfs scripts pollute the screen. Applied as is. Thank you very much! Bad news. After your patch extfs gets stuck on output that exceeds 4 kilobytes. The example is attached. Try cd lslR#lslR It looks like mc doesn't accept

bugs?

2002-12-03 Thread Peter Neufeld
Hello mc-devel, We are working on linux console MC 4.5.52. The letter รน (9B-Hec or 155-Dec) in the DOS-coding (866-code page) is not displayed. In bash problems are not present (after editing console.c (ASPLinux 7.1 kernel 2.2.19-3 asp on an i686)- delete lines whith '128+27...'). This problem is

Re: New #mtools extfs?

2002-12-03 Thread Pavel Roskin
Hello! I found faster to remove the archive existence check (there is no need for it. In fact the extfs script does this also for sure if it really needs the archive) from the extfs.c:217 (CVS). There might also be a check for the filesystem name if desired (like: if the fsname == 'mtools'