aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-03-25 18:59:55 +0000
committernicm <nicm>2019-03-25 18:59:55 +0000
commitd21f8ecc1356916fab43cfd9668c66f1e8b4bc26 (patch)
tree1341912b5a4ef19cd6f0def6dcf3c42a1101ef9c /tmux.h
parentff4d7d541f50b30203de2f4fa288882e298a930f (diff)
downloadrtmux-d21f8ecc1356916fab43cfd9668c66f1e8b4bc26.tar.gz
rtmux-d21f8ecc1356916fab43cfd9668c66f1e8b4bc26.tar.bz2
rtmux-d21f8ecc1356916fab43cfd9668c66f1e8b4bc26.zip
Add StatusDefault binding for the mouse on any otherwise unassigned
parts of the status line, from Avi Halachmi.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 4e50f117..91002ad0 100644
--- a/tmux.h
+++ b/tmux.h
@@ -128,12 +128,14 @@ struct winlink;
KEYC_ ## name ## _STATUS, \
KEYC_ ## name ## _STATUS_LEFT, \
KEYC_ ## name ## _STATUS_RIGHT, \
+ KEYC_ ## name ## _STATUS_DEFAULT, \
KEYC_ ## name ## _BORDER
#define KEYC_MOUSE_STRING(name, s) \
{ #s "Pane", KEYC_ ## name ## _PANE }, \
{ #s "Status", KEYC_ ## name ## _STATUS }, \
{ #s "StatusLeft", KEYC_ ## name ## _STATUS_LEFT }, \
{ #s "StatusRight", KEYC_ ## name ## _STATUS_RIGHT }, \
+ { #s "StatusDefault", KEYC_ ## name ## _STATUS_DEFAULT }, \
{ #s "Border", KEYC_ ## name ## _BORDER }
/*