deal with old tmux complaints

This commit is contained in:
Daylin Morgan 2023-05-09 12:50:19 -05:00
parent 1345a7f9d5
commit c6caeb07e7
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -52,7 +52,7 @@ set -g status-right "%b %d %Y %l:%M %p"
set -g status-right-length 60
set -g window-status-last-style "fg=${thm_yellow}"
set -g pane-border-lines heavy
# set -g pane-border-lines heavy # old tmux doesn't have this?
active_marker="#[fg=red,bold] λ "
set -g window-status-current-format "#[bg=${thm_bg}]${active_marker}#[fg=green,bold]#W${active_marker}"