On Wednesday 02 March 2005 21:40, Roland Illig wrote:
> Hi all,
>
> I must have had too much time, as I have partly rewritten mcview. The
> patch is quite large and changes many things. However, I have tested
> it with all available types of data sources (see the code for
> explanation), and it see
Hello
Attached is patch allowing obtaining file system information for MC info
panel under QNX 6.x.
WBR,
Dmitry
qnx_info.diff
Description: Binary data
Hello!
Attached is updated sql.syntax file with some PostgreSQL keywords,
which pg_dump produces. Syntax file also changed slightly to support
QNX makefile includes with ".mk" extension.
I get very annoyed with lots of red messages with errors, especially
ones complaining about permissions and ch
Hello!
There's a small bug in cons.handler.c in FreeBSD part.
Here's fix:
diff -dru mc.orig/src/cons.handler.c mc/src/cons.handler.c
--- mc.orig/src/cons.handler.c Mon Mar 10 22:41:55 2003
+++ mc/src/cons.handler.c Sat Mar 22 19:53:11 2003
@@ -423,7 +423,7 @@
bc = (attr >> 4) & 0xF;
Hello!
Attached is description file for package generation under QNX 6.x.
usage:
# packager mc.qpg
The resulting file will be mc-4.6.0-public.qpr suitable for QNX
package installer.
WBR,
Dmitry
mc.qpg
Description: Binary data
Hello!
PR> So, s is set, but you don't want to print it? But s is only set if
PR> Automatic_Margins is 0. You don't have the "am" capability, but you
PR> probably should have it. Both termcap and terminfo on Red Hat Linux have
PR> the "am" capability for qansi-m.
qansi-m does have "am" capabil
Hello!
I have found the problem. It is kinda funny...
Tricky SLsmg_goto_rc() function tries to print '\n' where possible,
and in qasni* terminals that doesn't work correctly.
So, my temporary [and so ugly] hack is:
--- sldisply.c.orig Thu Nov 28 20:35:34 2002
+++ sldisply.c Wed Mar 12 03:08:21
Hello!
PR> Hello, Dmitry!
PR> OK, I'll have a look, but I was testing mc on the QNX console yesterday
PR> and didn't see anything wrong.
Try playing with pulldown menus (especially move between them).
I can upload some screenshots with corrupted screen. I may also upload
my binaries, maybe i jus
Hello, Pavel!
>> >> - zombie processes when mcview or mcedit is started
PR> Could you please describe in more details how you create zombies? I don't
PR> see any zombies with CVS mc and QNX Neutrino 6.2.0.
Yes, I do not see any zombies with CVS mc. It seems you have already
fixed it, cause 4.6.
Hello!
Attached is patch to allow modifiers detection in QNX Photon
pterm. (diff against key.c from yesterday's CVS snap)
WBR,
Dmitry
qnxnto_key_c.diff
Description: Binary data
Hello!
Thank you! BTW, I have packaged mc-4.6.0 in QPR (QNX Package Installer
files). Do you want me to send you a copy to put it on download site ?
Also I have subbmitted this package to QSS's "QNX 3-rd Party Software
CD", which ships with QNX Momentics 6.x. This CD contains public
software with
Hello!
This patche fixes several mc issues under QNX 6.2:
- zombie processes when mcview or mcedit is started
- provides correct detection of modifiers pressed in console (shift, ctrl, alt)
- allows browsing QNX 6.x packages (qpr and qpk) as tar/gz archives
Dmitry Alexeyev
dmi at qnx.org.ru
Hello!
I've added to filetypes to mc.ext.in: .qpr and .qpk
Both are tar.gz archives and used by qnx 6.x package installer.
WBR,
Dmitry
qnxnto_mc_ext.diff
Description: Binary data
Hello!
New patch attached.
Now it checks for "qansi-m" terminal and acts as xterm code does.
WBR,
Dmitry
>> QNX 6.x console driver (both devc-con and devc-pcon) is a bit buggy
>> dealing with 8bit characters. A.e. printing out 0x9a leads to
>> inserting a weird string ' 6c' to stdin.
>> One can'
Hello!
>> Hello!
>>
>> QNX 6.x CDROM driver always keeps file '/fs/cd0', which exists, but
>> cannot be stat()'ed if there's no disk in drive.
>> a.e. you may see something like that (without mc running):
PR> There is no such word "stat()ed". Whoever wrote that code didn't care about
PR> users
quot;Display bits" is ignored, since the user controls the output
by setting the output codepage */
WBR,
Dmitry Alexeyev
___
Mc-devel mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/mc-devel
return 0;
+#endif
message(1, MSG_ERROR, _("File '%s' exists but cannot be stat-ed: %s"), dp->d_name,
strerror(errno));
return 0;
}
WBR,
Dmitry Alexeyev
___
Mc-devel mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/mc-devel
17 matches
Mail list logo