aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index f4668db3..4851ffe9 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.30 2007-10-01 14:18:42 nicm Exp $ */
+/* $Id: tmux.h,v 1.31 2007-10-01 14:53:29 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -499,6 +499,7 @@ struct client_ctx {
extern volatile sig_atomic_t sigwinch;
extern volatile sig_atomic_t sigterm;
extern int debug_level;
+extern u_int status_lines;
int usage(const char *);
void logfile(const char *);
void siginit(void);
@@ -547,6 +548,9 @@ void server_write_clients(
void server_window_changed(struct client *);
void server_draw_client(struct client *, u_int, u_int);
+/* status.c */
+void status_write(struct client *c);
+
/* input.c */
void input_init(struct input_ctx *, struct screen *);
void input_free(struct input_ctx *);