diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-26 15:01:43 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-26 15:01:43 +0900 |
| commit | 45f2baadb42892c47776cde293933f14d008027d (patch) | |
| tree | f5b3a735ce43f06998151c14c3ec6b15cd05d121 /ar/.config/tmux | |
| parent | 7a511cf1f8c6b6ca55e6965e1e04e25d948ea735 (diff) | |
modified tmux/tmux.conf
Diffstat (limited to 'ar/.config/tmux')
| -rw-r--r-- | ar/.config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf index 157968a..0e28b82 100644 --- a/ar/.config/tmux/tmux.conf +++ b/ar/.config/tmux/tmux.conf @@ -39,9 +39,9 @@ set -g default-terminal "tmux-256color" set -ga terminal-overrides ',xterm-256color:Tc' set -ga terminal-overrides ',st-256color:Tc' set -ga terminal-overrides ',tmux-256color:Tc' +set -sa terminal-features ',tmux-256color:RGB' set -sa terminal-features ',xterm-256color:RGB' set -sa terminal-features ',st-256color:RGB' -set -sa terminal-features ',tmux-256color:RGB' # status set -g status-interval 1 |
