add mtr and 24-bit color in tmux

This commit is contained in:
Grigory Shipunov 2023-05-15 17:41:52 +02:00
parent 293fe21781
commit 9b2b40d819
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
2 changed files with 2 additions and 0 deletions

View file

@ -37,6 +37,7 @@
cryptsetup cryptsetup
sshfs sshfs
whois whois
mtr
]; ];
environment.variables = environment.variables =

View file

@ -19,6 +19,7 @@
# curlies # curlies
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0 set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
set -ag terminal-overrides ",$TERM:RGB"
# title # title
set -g set-titles on set -g set-titles on