diff options
Diffstat (limited to '')
| -rw-r--r-- | st/config.def.h | 1 | ||||
| -rw-r--r-- | st/config.h | 1 | ||||
| -rw-r--r-- | tmux/tmux.conf | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/st/config.def.h b/st/config.def.h index 40b313f..f5b4265 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -120,7 +120,6 @@ static const char *colorname[] = { [256] = "#191724", }; - /* * Default colors (colorname index) * foreground, background, cursor, reverse cursor diff --git a/st/config.h b/st/config.h index 40b313f..f5b4265 100644 --- a/st/config.h +++ b/st/config.h @@ -120,7 +120,6 @@ static const char *colorname[] = { [256] = "#191724", }; - /* * Default colors (colorname index) * foreground, background, cursor, reverse cursor diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 826410f..97a4f40 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,3 +1,4 @@ +set -g default-terminal "tmux-256color" set -g prefix C-a unbind C-b |
