From a44024a795164d627833450133c6275dfcdba0b3 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 4 Nov 2016 13:18:09 +0000 Subject: Note about TERM. --- CONTRIBUTING | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit