diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-07-14 12:01:21 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-07-14 12:01:21 +0100 |
commit | e3ff887d2ac846afee4f25359ced420ab2f3faf6 (patch) | |
tree | ad37caf96ecae9bc5d878068074bdf702b940663 /tmux.h | |
parent | 0ea6cdca9051461658ba390bbc7298c02bbb1aad (diff) | |
parent | 732c72c98e9b3aa6b1d33f1eab9fa16874d92e7d (diff) | |
download | rtmux-e3ff887d2ac846afee4f25359ced420ab2f3faf6.tar.gz rtmux-e3ff887d2ac846afee4f25359ced420ab2f3faf6.tar.bz2 rtmux-e3ff887d2ac846afee4f25359ced420ab2f3faf6.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |