aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2014-11-09 00:15:51 +0000
committerThomas Adam <thomas@xteddy.org>2014-11-09 00:15:51 +0000
commitfc05bf255af2a39a8168320455f79e7e6d9e915a (patch)
tree513fd3ba523bb758a8977f12618f667ad3a5247d /tmux.h
parent747cab428158eada08a87a2c0e1ac917ba3293e1 (diff)
parent8f1302282b02f07e0868fbcdb79bb5404010ad4e (diff)
downloadrtmux-fc05bf255af2a39a8168320455f79e7e6d9e915a.tar.gz
rtmux-fc05bf255af2a39a8168320455f79e7e6d9e915a.tar.bz2
rtmux-fc05bf255af2a39a8168320455f79e7e6d9e915a.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 23537a83..57077a65 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;