mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 15:26:58 +00:00
Remove a couple of redraw flags that no longer have any effect.
This commit is contained in:
4
tmux.h
4
tmux.h
@ -816,7 +816,7 @@ struct window {
|
||||
int flags;
|
||||
#define WINDOW_BELL 0x1
|
||||
#define WINDOW_ACTIVITY 0x2
|
||||
#define WINDOW_REDRAW 0x4
|
||||
/* 0x4 unused */
|
||||
#define WINDOW_SILENCE 0x8
|
||||
#define WINDOW_ZOOMED 0x1000
|
||||
#define WINDOW_FORCEWIDTH 0x2000
|
||||
@ -1332,7 +1332,7 @@ struct client {
|
||||
#define CLIENT_DEAD 0x200
|
||||
#define CLIENT_BORDERS 0x400
|
||||
#define CLIENT_READONLY 0x800
|
||||
#define CLIENT_REDRAWWINDOW 0x1000
|
||||
/* 0x1000 unused */
|
||||
#define CLIENT_CONTROL 0x2000
|
||||
#define CLIENT_CONTROLCONTROL 0x4000
|
||||
#define CLIENT_FOCUSED 0x8000
|
||||
|
Reference in New Issue
Block a user