diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-06-12 10:01:15 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-06-12 10:01:15 +0100 |
commit | 5362f956f075c668132ab4e0e08658987a930422 (patch) | |
tree | 0a1081e829b079edadfcd5b885b9ecf72175319c /tmux.h | |
parent | 4dbab75855aac5bc9d404b241d8a40e7290c3963 (diff) | |
parent | 8037159f937def4bb71dbfb8d664a96de794014f (diff) | |
download | rtmux-5362f956f075c668132ab4e0e08658987a930422.tar.gz rtmux-5362f956f075c668132ab4e0e08658987a930422.tar.bz2 rtmux-5362f956f075c668132ab4e0e08658987a930422.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -131,6 +131,10 @@ enum { KEYC_FOCUS_IN = KEYC_BASE, KEYC_FOCUS_OUT, + /* Paste brackets. */ + KEYC_PASTE_START, + KEYC_PASTE_END, + /* Mouse keys. */ KEYC_MOUSE, /* unclassified mouse event */ KEYC_DRAGGING, /* dragging in progress */ |