aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-02-03 22:01:18 +0000
committerThomas Adam <thomas@xteddy.org>2017-02-03 22:01:18 +0000
commite1c283325ecf6496f2107efc5c8d32257017558c (patch)
treef7bf71b1bd97b81f82c611aae5567310a9d28327 /tmux.h
parent6c333cc4864c11283704b069fa6477876fd48f70 (diff)
parent5e6a8177e55a8e30e0cd67c7ee3039aa22ff1c0e (diff)
downloadrtmux-e1c283325ecf6496f2107efc5c8d32257017558c.tar.gz
rtmux-e1c283325ecf6496f2107efc5c8d32257017558c.tar.bz2
rtmux-e1c283325ecf6496f2107efc5c8d32257017558c.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 69f99d63..9dee7a1a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -547,7 +547,6 @@ struct grid_cell {
int fg;
int bg;
struct utf8_data data;
-
};
struct grid_cell_entry {
u_char flags;
@@ -938,6 +937,8 @@ struct session {
struct winlink_stack lastw;
struct winlinks windows;
+ int statusat;
+
struct hooks *hooks;
struct options *options;
@@ -1866,6 +1867,7 @@ void server_unzoom_window(struct window *);
/* status.c */
void status_timer_start(struct client *);
void status_timer_start_all(void);
+void status_update_saved(struct session *s);
int status_at_line(struct client *);
struct window *status_get_window_at(struct client *, u_int);
int status_redraw(struct client *);