2016-10-27 17:28:21 +00:00
|
|
|
When reporting issues:
|
|
|
|
|
|
|
|
YOU MUST INCLUDE THE TMUX VERSION
|
|
|
|
|
|
|
|
DO NOT OPEN AN ISSUE THAT DOES NOT MENTION THE TMUX VERSION
|
|
|
|
|
|
|
|
Please also include:
|
|
|
|
|
|
|
|
- your platform (Linux, OS X, or whatever);
|
|
|
|
- a brief description of the problem with steps to reproduce;
|
|
|
|
- a minimal tmux config, if you can't reproduce without a config;
|
|
|
|
- your terminal, and $TERM inside and outside of tmux;
|
|
|
|
- logs from tmux (see below);
|
|
|
|
- at most one or two screenshots, if helpful.
|
|
|
|
|
2017-02-08 11:52:42 +00:00
|
|
|
This should include at least the output of:
|
|
|
|
|
|
|
|
$ uname -sp && tmux -V && echo $TERM
|
|
|
|
|
2016-10-27 17:28:21 +00:00
|
|
|
Please do not report bugs (crashes, incorrect behaviour) without reproducing on
|
|
|
|
a tmux built from Git master.
|
|
|
|
|
2016-11-04 13:18:09 +00:00
|
|
|
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.
|
|
|
|
|
2016-10-27 17:28:21 +00:00
|
|
|
To run tmux without a config and get logs, run:
|
|
|
|
|
|
|
|
tmux -Ltest kill-server
|
|
|
|
tmux -vvvv -Ltest -f/dev/null new
|
|
|
|
|
|
|
|
Then reproduce the problem, exit tmux, and attach the tmux-server-*.log file
|
|
|
|
from the current directory to the issue.
|