Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-06 Thread Pavel Tsekov
On Sun, 5 Feb 2006, Arpi wrote: accept-screen.TERM-format.patch Newer GNU Screen sets TERM to screen.xxx where xxx is the client's terminal name. Currently mc only accepts TERM=screen, not TERM=screen* This patch seems pretty straight forward, but I'd like to discuss it first... From

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-06 Thread Pavel Tsekov
deb-support-without-dpkg.patch For systems withoput dpkg (almost any non-debian OS). It handles .deb files as regular .ar archives, as they are in reality. This would be nice addition. Only if we could avoid the 'O' option of gnu tar... Does anyone know of a way to avoid it ? In any

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-06 Thread Pavel Tsekov
On Sun, 5 Feb 2006, Arpi wrote: select_dirs.patch In select/unselect files dialog: let mask/ select directories only, and /mask select dirs+files This doesn't seem very intuitive. Isn't there another way for achieving the same thing. How do other file managers behave in this scenario

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-06 Thread Arpi
Hi, On Sun, 5 Feb 2006, Arpi wrote: select_dirs.patch In select/unselect files dialog: let mask/ select directories only, and /mask select dirs+files This doesn't seem very intuitive. Why? /mask things in the current (/) directory mask/ or /mask/ only directories (path

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-06 Thread Pavel Tsekov
On Mon, 6 Feb 2006, Arpi wrote: On Sun, 5 Feb 2006, Arpi wrote: select_dirs.patch In select/unselect files dialog: let mask/ select directories only, and /mask select dirs+files This doesn't seem very intuitive. Why? /mask things in the current (/) directory mask/

[bug #14155] 4.6.1: mouse wheel strangeness

2006-02-06 Thread Pavel Tsekov
Follow-up Comment #17, bug #14155 (project mc): Under rxvt and aterm we should use the ESC[?1000h sequence since they do not know better. Both can be detected by searching the environment for COLORTERM. ___ Reply to this item at:

[bug #14155] 4.6.1: mouse wheel strangeness

2006-02-06 Thread Pavel Tsekov
Follow-up Comment #18, bug #14155 (project mc): Eterm understands ESC[?1002h but it behaves as if it was given ESC[?1000h so I suggest that we use ESC[?1000h. A patch is on the way. ___ Reply to this item at:

[bug #14155] 4.6.1: mouse wheel strangeness

2006-02-06 Thread Pavel Tsekov
Follow-up Comment #19, bug #14155 (project mc): See attached patch. Mouse should work fine with rxvt, aterm, Eterm, xterm, gnome-terminal, konsole... At least that's what I've tested. ___ Additional Item Attachment: File name:

[bug #15576] Switching panels in long mode

2006-02-06 Thread Pavel Tsekov
Update of bug #15576 (project mc): Status: Confirmed = Ready For Test Assigned to:None = ptsekov ___ Follow-up Comment #2: The attached patch fixes

[bug #14155] 4.6.1: mouse wheel strangeness

2006-02-06 Thread John Pye
Follow-up Comment #20, bug #14155 (project mc): Hi there, BTW, are you aware that the 'F10' keyboard shortcut in gnome-terminal doesn't work: F10 seems to be reserved for accessibility purposes for activating the GUI menu bar in GNOME programs.

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-06 Thread Roland Illig
Pavel Tsekov wrote: On Mon, 6 Feb 2006, Arpi wrote: On Sun, 5 Feb 2006, Arpi wrote: select_dirs.patch In select/unselect files dialog: let mask/ select directories only, and /mask select dirs+files This doesn't seem very intuitive. Why? /mask things in the current (/) directory