aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-04 23:42:51 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-04 23:42:51 +0000
commit946ed972734f5c95f67e30aff99a58de0179b2d5 (patch)
treec34bc72c1a3d109547a36d34e7132d5e8ab55b6f /tmux.h
parentb1264a7416789dad8fad1b4b00a63f99b1ca25e5 (diff)
downloadrtmux-946ed972734f5c95f67e30aff99a58de0179b2d5.tar.gz
rtmux-946ed972734f5c95f67e30aff99a58de0179b2d5.tar.bz2
rtmux-946ed972734f5c95f67e30aff99a58de0179b2d5.zip
Move status timer check into the global once-per-second timer, this could maybe
be done better but one every second is better than once every 50 ms.
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 d33cb634..2839dd29 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1565,6 +1565,7 @@ void server_signal_clear(void);
void server_client_create(int);
void server_client_lost(struct client *);
void server_client_callback(int, short, void *);
+void server_client_status_timer(void);
void server_client_loop(void);
/* server-window.c */