Re: shift-Fn keys shifted by two in tmux

2021-12-15 Thread Marco via mc
On Mon, 13 Dec 2021 08:43:01 +0100 Jörg Thümmler wrote: > can you check which keycodes are sent by the Shift-Fn-Keys in other > apps running in tmux? They are correct? “xev” lists: keycode 50 (keysym 0xffe1, Shift_L) … keycode 71 (keysym 0xffc2, F5) if I press - regardless if launched

shift-Fn keys shifted by two in tmux

2021-12-11 Thread Marco via mc
Hi, when I start mc in a terminal everything works ok. However, if I start mc in tmux the shift-Fn keys are shifted by two. That means that rename, which is shift-F6 usually, is shift-F8 under tmux. And shift-F6 will edit the file in tmux. Muscle memory doesn't pay attention to tmux running and

Re: Any missed features?

2021-02-15 Thread Marco via mc
On Mon, 15 Feb 2021 17:30:59 -0600 Sebastian Gniazdowski via mc wrote: > I'm going to have some free time in the upcoming few days, so I'm > looking for an idea to work/code on, so I thought that I'll ask: are > there any features missed in MC? Filters currently only act on files, not on

Re: Filter acting only on files, not on directories

2020-07-04 Thread Marco via mc
On Sat, 04 Jul 2020 16:57:11 +0300 Andrew Borodin wrote: > On Thu, 2 Jul 2020 15:46:19 +0200 Marco via mc wrote: > > the filter (in Left/Right ? Filter) acts only on files, not on > > directories. Is there a way to include directories in the filter as > > well? > >

Filter acting only on files, not on directories

2020-07-02 Thread Marco via mc
Hi, the filter (in Left/Right → Filter) acts only on files, not on directories. Is there a way to include directories in the filter as well? Steps to reproduce: # touch foo bar # mkdir foo_dir bar_dir # mc Then → Left → Filter: foo* Expected result: mc lists the following objects foo_dir