Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2021-07-14 12:01:21 +01:00
2 changed files with 4 additions and 1 deletions

3
tmux.h
View File

@ -75,6 +75,9 @@ struct winlink;
#ifndef TMUX_SOCK
#define TMUX_SOCK "$TMUX_TMPDIR:" _PATH_TMP
#endif
#ifndef TMUX_TERM
#define TMUX_TERM "screen"
#endif
/* Minimum layout cell size, NOT including border lines. */
#define PANE_MINIMUM 1