diff options
author | Thomas Adam <thomas@xteddy.org> | 2014-11-09 00:15:51 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2014-11-09 00:15:51 +0000 |
commit | fc05bf255af2a39a8168320455f79e7e6d9e915a (patch) | |
tree | 513fd3ba523bb758a8977f12618f667ad3a5247d /tmux.h | |
parent | 747cab428158eada08a87a2c0e1ac917ba3293e1 (diff) | |
parent | 8f1302282b02f07e0868fbcdb79bb5404010ad4e (diff) | |
download | rtmux-fc05bf255af2a39a8168320455f79e7e6d9e915a.tar.gz rtmux-fc05bf255af2a39a8168320455f79e7e6d9e915a.tar.bz2 rtmux-fc05bf255af2a39a8168320455f79e7e6d9e915a.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -710,6 +710,12 @@ LIST_HEAD(joblist, job); struct screen_sel { int flag; int rectflag; + enum { + LINE_SEL_NONE, + LINE_SEL_LEFT_RIGHT, + LINE_SEL_RIGHT_LEFT, + } lineflag; + int modekeys; u_int sx; |