fixed indentation in _apply_overrides()
This commit is contained in:
parent
8df1666ddc
commit
53d7ce8311
1 changed files with 7 additions and 7 deletions
14
.tmux.conf
14
.tmux.conf
|
@ -705,13 +705,13 @@ run -b '[ -z "#{window_active}" ] && [ -z "#{version}" ] && tmux set display-tim
|
|||
# tmux_conf_theme_24b_colour=${tmux_conf_theme_24b_colour:-false}
|
||||
# tmux_conf_24b_colour=${tmux_conf_24b_colour:-$tmux_conf_theme_24b_colour}
|
||||
# if _is_enabled "$tmux_conf_24b_colour"; then
|
||||
# case "$TERM" in
|
||||
# screen-*|tmux-*)
|
||||
# ;;
|
||||
# *)
|
||||
# tmux set-option -ga terminal-overrides ",*256col*:Tc"
|
||||
# ;;
|
||||
# esac
|
||||
# case "$TERM" in
|
||||
# screen-*|tmux-*)
|
||||
# ;;
|
||||
# *)
|
||||
# tmux set-option -ga terminal-overrides ",*256col*:Tc"
|
||||
# ;;
|
||||
# esac
|
||||
# fi
|
||||
# }
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue