mirror of
https://github.com/tmux/tmux.git
synced 2025-12-21 14:56:05 +00:00
rename CLIENT_OVERLAYPOPUP_FOCUSED to CLIENT_OVERLAYFOCUSED
This commit is contained in:
2
tmux.h
2
tmux.h
@@ -1982,7 +1982,7 @@ struct client {
|
||||
#define CLIENT_ASSUMEPASTING 0x2000000000ULL
|
||||
#define CLIENT_REDRAWSCROLLBARS 0x4000000000ULL
|
||||
#define CLIENT_NO_DETACH_ON_DESTROY 0x8000000000ULL
|
||||
#define CLIENT_OVERLAYPOPUP_FOCUSED 0x10000000000ULL
|
||||
#define CLIENT_OVERLAYFOCUSED 0x10000000000ULL
|
||||
#define CLIENT_ALLREDRAWFLAGS \
|
||||
(CLIENT_REDRAWWINDOW| \
|
||||
CLIENT_REDRAWSTATUS| \
|
||||
|
||||
Reference in New Issue
Block a user