diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-07-16 11:02:25 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-07-16 11:02:25 +0100 |
commit | 4f04b2094ca0011277d23369cf03870227c6afc1 (patch) | |
tree | 8b260c74c58a0d6482594a687d9486a254fe0060 /tmux.h | |
parent | 6de991d855e66e341ca30d9a40a65f3f2c905984 (diff) | |
parent | 0d88f8a78bc0d91ab6fa53c9109f7316bfe5ffbb (diff) | |
download | rtmux-4f04b2094ca0011277d23369cf03870227c6afc1.tar.gz rtmux-4f04b2094ca0011277d23369cf03870227c6afc1.tar.bz2 rtmux-4f04b2094ca0011277d23369cf03870227c6afc1.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |