In mc within tmux ctrl-o doesn't work

3

When I run mc within tmux:

$ tmux
$ mc

'Ctrl-o' in mc desn't work properly: mc panes disappear, but the shell command prompt doesn't appear, and pressing any key causes mc panes appear again. When mc is started not within tmux, Ctrl-o works normally.

How this problem can be corrected?

Al Berger

Posted 2015-05-17T13:44:40.647

Reputation: 481

It works for me in Debian 8 using tmux 1.9-6, mc 3:4.8.13-3 – Thomas Dickey – 2015-05-17T17:31:11.010

If I remember correctly it worked for me too, but I'm on rolling release (Arch, tmux 2.01, mc 4.8.14) and some recent upgrade probably changed something to cause this problem. – Al Berger – 2015-05-17T19:55:48.357

No answers