From: Sergey Matveev Date: Wed, 1 Jun 2022 14:05:29 +0000 (+0300) Subject: Explicitly note 256 colours support in terminal X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=902ecfbd5f10fd428946e0866d0e2be67d44350f Explicitly note 256 colours support in terminal --- 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