The screen-256color TERM info works better with some ncurses based apps

This commit is contained in:
Jonny Barnes 2018-01-08 12:13:43 +00:00
parent 686bfa6816
commit 690d859192

2
tmux
View file

@ -16,4 +16,4 @@ set -g mouse on
set-option -g allow-rename off
# Get 256 colour support
set -g default-terminal "xterm-256color"
set -g default-terminal "screen-256color"