aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2016-10-09 16:24:34 +0000
committernicm <nicm>2016-10-09 16:24:34 +0000
commitb8f2dd8237dca568308e1c273f376191f55e880e (patch)
tree252abe5f2acf0c07cfdfd40514d8f6f3b5d01d6b /tmux.h
parent1db6d6fea6158d8d0d05e59497e40a5cfc40d068 (diff)
downloadrtmux-b8f2dd8237dca568308e1c273f376191f55e880e.tar.gz
rtmux-b8f2dd8237dca568308e1c273f376191f55e880e.tar.bz2
rtmux-b8f2dd8237dca568308e1c273f376191f55e880e.zip
Make the CLIENT_STATUS flag imply that pane status lines are redrawn if
they are enabled and break the actual screen generation code into a separate function. Fixes problems reported by Romain Francoise.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index ba8a5019..0fc3d599 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2097,6 +2097,7 @@ void screen_write_setselection(struct screen_write_ctx *, u_char *, u_int);
void screen_write_rawstring(struct screen_write_ctx *, u_char *, u_int);
/* screen-redraw.c */
+void screen_redraw_update(struct client *);
void screen_redraw_screen(struct client *, int, int, int);
void screen_redraw_pane(struct client *, struct window_pane *);