aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-01-29 13:10:43 +1000
committerDavid Walter Seikel2014-01-29 13:10:43 +1000
commit3155065069f06fb32280cc749565f5ff292bb90c (patch)
tree82ba249e726668ebe89a7a04af991106a7c54f88
parentDump the key buffer on EOF. (diff)
downloadboxes-3155065069f06fb32280cc749565f5ff292bb90c.zip
boxes-3155065069f06fb32280cc749565f5ff292bb90c.tar.gz
boxes-3155065069f06fb32280cc749565f5ff292bb90c.tar.bz2
boxes-3155065069f06fb32280cc749565f5ff292bb90c.tar.xz
Add bogus MC key, coz tmux is screwing with things.
-rw-r--r--boxes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/boxes.c b/boxes.c
index 7cfee6b..9deea5f 100644
--- a/boxes.c
+++ b/boxes.c
@@ -2337,6 +2337,7 @@ struct keyCommand simpleMceditKeys[] =
2337 {"Return", "splitLine"}, 2337 {"Return", "splitLine"},
2338 {"Right", "rightChar"}, 2338 {"Right", "rightChar"},
2339 {"Shift F2", "switchMode"}, // MC doesn't have a command mode. 2339 {"Shift F2", "switchMode"}, // MC doesn't have a command mode.
2340{"F3", "switchMode"}, // Coz tmux is screwing with the shift function keys somehow.
2340 {"^[x", "switchMode"}, // Emacs like. 2341 {"^[x", "switchMode"}, // Emacs like.
2341 {"^[:", "switchMode"}, // Sorta vi like. 2342 {"^[:", "switchMode"}, // Sorta vi like.
2342 {"^Q|", "splitV"}, // MC doesn't have a split window concept, so make these up to match tmux more or less. 2343 {"^Q|", "splitV"}, // MC doesn't have a split window concept, so make these up to match tmux more or less.