From a6d3594d395a61cfab97a69ebcf85bff71875f2f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 2 Oct 2007 17:45:05 +0000 Subject: Redraw client status lines on rename. --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index b205017c..d2011b9c 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.32 2007-10-01 17:37:41 nicm Exp $ */ +/* $Id: tmux.h,v 1.33 2007-10-02 17:45:05 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -551,6 +551,7 @@ void server_write_clients( struct window *, enum hdrtype, const void *, size_t); void server_window_changed(struct client *); void server_draw_client(struct client *, u_int, u_int); +void server_draw_status(struct client *); /* status.c */ void status_write(struct client *c); -- cgit