mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
SESSION_UNATTACHED flag is no longer necessary now we have an attached
count instead.
This commit is contained in:
5
tmux.h
5
tmux.h
@ -938,9 +938,8 @@ struct session {
|
||||
struct hooks *hooks;
|
||||
struct options *options;
|
||||
|
||||
#define SESSION_UNATTACHED 0x1 /* not attached to any clients */
|
||||
#define SESSION_PASTING 0x2
|
||||
#define SESSION_ALERTED 0x4
|
||||
#define SESSION_PASTING 0x1
|
||||
#define SESSION_ALERTED 0x2
|
||||
int flags;
|
||||
|
||||
u_int attached;
|
||||
|
Reference in New Issue
Block a user