[PATCH] info_show_info(): hline() parameter fix

2005-07-09 Thread Pavel Tsekov
Hello, I wonder for how much time this has gone unnoticed. Look at this line of code from info.c, info_show_info() - the function which fills the info view: hline (ACS_HLINE|NORMAL_COLOR, info->widget.x-2); The second argument of hline() is supp

Re: cons.saver limit on the maximum number of lines/columns

2005-07-09 Thread Pavel Tsekov
Hello, On Sat, 9 Jul 2005, Leonard den Ottolander wrote: > On Sat, 2005-07-09 at 17:16, Pavel Tsekov wrote: > > Where have you been when the changes to slang_init() were discussed ? > > Suddenly, such a big discussion over a not so big thing ? > > Just answering your questions. I can hardly see

Re: cons.saver limit on the maximum number of lines/columns

2005-07-09 Thread Leonard den Ottolander
On Sat, 2005-07-09 at 17:16, Pavel Tsekov wrote: > Where have you been when the changes to slang_init() were discussed ? > Suddenly, such a big discussion over a not so big thing ? Just answering your questions. Leonard. -- mount -t life -o ro /dev/dna /genetic/research __

Re: cons.saver limit on the maximum number of lines/columns

2005-07-09 Thread Pavel Tsekov
Hello, On Sat, 9 Jul 2005, Leonard den Ottolander wrote: > Hello Pavel, > > On Fri, 2005-07-08 at 20:06, Pavel Tsekov wrote: > > > Indeed this limit should be increased to 512, but as I've pointed out > > > before that is sadly not a one place fix. > > > > Are you sure ? > > The limit should be s

Re: Widget #include cleanup

2005-07-09 Thread Leonard den Ottolander
Hi, On Sat, 2005-07-09 at 14:38, Leonard den Ottolander wrote: > As wtools.h requires Dlg_head and WListbox defined in widget.h it's much > easier to #include "widget.h" than to redefine them. This makes it > possible to get rid of a load of unnecessary #include's of widget.h and > dialog.h. Beca

Widget #include cleanup

2005-07-09 Thread Leonard den Ottolander
Hi, As wtools.h requires Dlg_head and WListbox defined in widget.h it's much easier to #include "widget.h" than to redefine them. This makes it possible to get rid of a load of unnecessary #include's of widget.h and dialog.h. Patch is against HEAD. Any reason not to commit it? Leonard. -- moun

umask issue

2005-07-09 Thread Andy Shevchenko
Hi! My friend ask me about copying process under mc. He discovers following behaviour of setting permissions on file. umask=111 (mount or console parameter) -rw-rw-rw- 1 ulyanitsky_nikolay ulyanitsky_nikolay 0 Jul 9 14:39 after_cp.txt -rw--- 1 ulyanitsky_nikolay ulyanitsky_nikolay 0 J