diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-11-04 13:18:09 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-11-04 13:18:09 +0000 |
commit | a44024a795164d627833450133c6275dfcdba0b3 (patch) | |
tree | 45058a31c9a14050b481e0c2bff24eef8227a93a | |
parent | 15b6774f9b9649a0bf3dfe736dd91f4791e5b0fb (diff) | |
download | rtmux-a44024a795164d627833450133c6275dfcdba0b3.tar.gz rtmux-a44024a795164d627833450133c6275dfcdba0b3.tar.bz2 rtmux-a44024a795164d627833450133c6275dfcdba0b3.zip |
Note about TERM.
-rw-r--r-- | CONTRIBUTING | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING index e355c1b4..d466768b 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -16,6 +16,10 @@ Please also include: Please do not report bugs (crashes, incorrect behaviour) without reproducing on a tmux built from Git master. +Note that TERM inside tmux must be a variant of screen or tmux (for example: +screen or screen-256color, tmux or tmux-256color). Please ensure this is the +case before opening an issue. + To run tmux without a config and get logs, run: tmux -Ltest kill-server |