mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-16 00:28:10 +02:00
Redraw client status lines on rename.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $Id: server-fn.c,v 1.10 2007-10-01 14:53:29 nicm Exp $ */
|
||||
/* $Id: server-fn.c,v 1.11 2007-10-02 17:45:05 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -23,8 +23,6 @@
|
||||
|
||||
#include "tmux.h"
|
||||
|
||||
void server_draw_status(struct client *);
|
||||
|
||||
/* Find session from sessid. */
|
||||
struct session *
|
||||
server_find_sessid(struct sessid *sid, char **cause)
|
||||
|
Reference in New Issue
Block a user