mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 18:36:10 +00:00
Pass current directory as a string rather than a file descriptor because
pledge doesn't let us pass directory file descriptors.
This commit is contained in:
3
tmux.h
3
tmux.h
@@ -395,11 +395,12 @@ enum msgtype {
|
||||
MSG_IDENTIFY_FLAGS = 100,
|
||||
MSG_IDENTIFY_TERM,
|
||||
MSG_IDENTIFY_TTYNAME,
|
||||
MSG_IDENTIFY_CWD,
|
||||
MSG_IDENTIFY_OLDCWD, /* unused */
|
||||
MSG_IDENTIFY_STDIN,
|
||||
MSG_IDENTIFY_ENVIRON,
|
||||
MSG_IDENTIFY_DONE,
|
||||
MSG_IDENTIFY_CLIENTPID,
|
||||
MSG_IDENTIFY_CWD,
|
||||
|
||||
MSG_COMMAND = 200,
|
||||
MSG_DETACH,
|
||||
|
||||
Reference in New Issue
Block a user