aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-07-16 11:02:25 +0100
committerThomas Adam <thomas@xteddy.org>2018-07-16 11:02:25 +0100
commit4f04b2094ca0011277d23369cf03870227c6afc1 (patch)
tree8b260c74c58a0d6482594a687d9486a254fe0060 /tmux.h
parent6de991d855e66e341ca30d9a40a65f3f2c905984 (diff)
parent0d88f8a78bc0d91ab6fa53c9109f7316bfe5ffbb (diff)
downloadrtmux-4f04b2094ca0011277d23369cf03870227c6afc1.tar.gz
rtmux-4f04b2094ca0011277d23369cf03870227c6afc1.tar.bz2
rtmux-4f04b2094ca0011277d23369cf03870227c6afc1.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 52e61dad..b47a8be4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -140,6 +140,9 @@ enum {
KEYC_FOCUS_IN = KEYC_BASE,
KEYC_FOCUS_OUT,
+ /* "Any" key, used if not found in key table. */
+ KEYC_ANY,
+
/* Paste brackets. */
KEYC_PASTE_START,
KEYC_PASTE_END,