From 690d8591921901449b41a9c5248d84df45613809 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 8 Jan 2018 12:13:43 +0000 Subject: [PATCH] The screen-256color TERM info works better with some ncurses based apps --- tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux b/tmux index 417bf8d..60cf068 100644 --- a/tmux +++ b/tmux @@ -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"