mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +00:00
Be more conservative about redrawing using flags.
This commit is contained in:
4
tmux.h
4
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.136 2008-06-06 20:02:27 nicm Exp $ */
|
||||
/* $Id: tmux.h,v 1.137 2008-06-07 06:47:38 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -649,6 +649,8 @@ struct client {
|
||||
#define CLIENT_TERMINAL 0x1
|
||||
#define CLIENT_PREFIX 0x2
|
||||
#define CLIENT_MOUSE 0x4
|
||||
#define CLIENT_REDRAW 0x8
|
||||
#define CLIENT_STATUS 0x10
|
||||
int flags;
|
||||
|
||||
struct session *session;
|
||||
|
Reference in New Issue
Block a user