aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-06-06 10:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2016-06-06 10:01:11 +0100
commitcc096ae9291c35887679c7031c24cac218ddc319 (patch)
treeb2cfe5c70312723a6fe91d22660b00ba71a69d74 /tmux.h
parent1f75c98f4999856ddb6a5d620b6dd1ed18b6324d (diff)
parentaba44380137b5d78f9033e46b5dc4a4f3ef1012a (diff)
downloadrtmux-cc096ae9291c35887679c7031c24cac218ddc319.tar.gz
rtmux-cc096ae9291c35887679c7031c24cac218ddc319.tar.bz2
rtmux-cc096ae9291c35887679c7031c24cac218ddc319.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 796938af..e5c546eb 100644
--- a/tmux.h
+++ b/tmux.h
@@ -644,6 +644,7 @@ enum utf8_state {
#define GRID_FLAG_EXTENDED 0x8
#define GRID_FLAG_FGRGB 0x10
#define GRID_FLAG_BGRGB 0x20
+#define GRID_FLAG_SELECTED 0x40
/* Grid line flags. */
#define GRID_LINE_WRAPPED 0x1
@@ -2132,7 +2133,8 @@ int window_has_pane(struct window *, struct window_pane *);
int window_set_active_pane(struct window *, struct window_pane *);
void window_redraw_active_switch(struct window *,
struct window_pane *);
-struct window_pane *window_add_pane(struct window *, u_int);
+struct window_pane *window_add_pane(struct window *, struct window_pane *,
+ u_int);
void window_resize(struct window *, u_int, u_int);
int window_zoom(struct window_pane *);
int window_unzoom(struct window *);