1
0
Fork 0
mirror of synced 2024-06-02 07:01:08 -04:00

fixed indentation in _apply_overrides()

This commit is contained in:
Gregory Pakosz 2020-12-13 20:50:04 +01:00
parent 8df1666ddc
commit 53d7ce8311

View file

@ -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
# }
#