From 902ecfbd5f10fd428946e0866d0e2be67d44350f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 1 Jun 2022 17:05:29 +0300 Subject: [PATCH] Explicitly note 256 colours support in terminal --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 512bf7d..62097fc 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -5,7 +5,7 @@ set-option -g escape-time 1 set-option -g repeat-time 0 set-option -g history-limit 20000 set-option -g renumber-windows on -set-option -g terminal-features[0] "screen*:title:clipboard:ccolour:cstyle" +set-option -g terminal-features[0] "screen*:256:ccolour:clipboard:cstyle:title" set-option -gU terminal-features[1] set-option -g prefix C-a -- 2.44.0