mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Merge branch 'obsd-master'
This commit is contained in:
3
tmux.h
3
tmux.h
@ -1332,6 +1332,8 @@ struct client {
|
||||
struct event status_timer;
|
||||
struct screen status;
|
||||
|
||||
struct screen *old_status;
|
||||
|
||||
#define CLIENT_TERMINAL 0x1
|
||||
#define CLIENT_LOGIN 0x2
|
||||
#define CLIENT_EXIT 0x4
|
||||
@ -1380,6 +1382,7 @@ struct client {
|
||||
#define PROMPT_SINGLE 0x1
|
||||
#define PROMPT_NUMERIC 0x2
|
||||
#define PROMPT_INCREMENTAL 0x4
|
||||
#define PROMPT_NOFORMAT 0x8
|
||||
int prompt_flags;
|
||||
|
||||
struct session *session;
|
||||
|
Reference in New Issue
Block a user