Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2024-10-02 14:01:10 +01:00
3 changed files with 5 additions and 2 deletions

3
tmux.h
View File

@@ -84,6 +84,9 @@ struct winlink;
#ifndef TMUX_SOCK
#define TMUX_SOCK "$TMUX_TMPDIR:" _PATH_TMP
#endif
#ifndef TMUX_SOCK_PERM
#define TMUX_SOCK_PERM (7 /* o+rwx */)
#endif
#ifndef TMUX_TERM
#define TMUX_TERM "screen"
#endif