aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-03-15 14:46:58 +0000
committernicm <nicm>2019-03-15 14:46:58 +0000
commit85044a634bbcd660ae4b7c9ff4aed7e3891af5d4 (patch)
tree71e7996ddc5a8ce2b9b9900d858c90770cdb1a02 /tmux.h
parent2d71bef0ca3d0c31975f70118f632fe30393b059 (diff)
downloadrtmux-85044a634bbcd660ae4b7c9ff4aed7e3891af5d4.tar.gz
rtmux-85044a634bbcd660ae4b7c9ff4aed7e3891af5d4.tar.bz2
rtmux-85044a634bbcd660ae4b7c9ff4aed7e3891af5d4.zip
Move status line free into its own function.
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 eb55a588..26f11e23 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1970,6 +1970,7 @@ void status_update_saved(struct session *);
int status_at_line(struct client *);
u_int status_line_size(struct client *);
struct window *status_get_window_at(struct client *, u_int);
+void status_free(struct client *);
int status_redraw(struct client *);
void printflike(2, 3) status_message_set(struct client *, const char *, ...);
void status_message_clear(struct client *);