aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-10-09 18:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2016-10-09 18:01:10 +0100
commit215d3f8c0d0a604f138b976b2e49ce3fe1a50eb2 (patch)
tree8e88732501d4ef0b54b2adeacb449090c39cc183 /tmux.h
parent526e860a7a831b9bab82623e64a1b30b2b1ca5e6 (diff)
parentb8f2dd8237dca568308e1c273f376191f55e880e (diff)
downloadrtmux-215d3f8c0d0a604f138b976b2e49ce3fe1a50eb2.tar.gz
rtmux-215d3f8c0d0a604f138b976b2e49ce3fe1a50eb2.tar.bz2
rtmux-215d3f8c0d0a604f138b976b2e49ce3fe1a50eb2.zip
Merge branch 'obsd-master'
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 2373fda9..d1241191 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2099,6 +2099,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 *);