if-shell "test -z $SLOWTERM" "set-option -gs escape-time 0"
# Mouse
-set-window-option -g mode-mouse on
-set-option -g mouse-select-pane on
-set-option -g mouse-resize-pane on
-# Mouse can be used to select windows (by clicking in the status bar)
-set-option -g mouse-select-window on
+#set-option -g mouse on
# Rather than constraining window size to the maximum size of any client
# connected to the *session*, constrain window size to the maximum size of any
set-window-option -g window-status-activity-style fg=yellow
set-window-option -g window-status-bell-style fg=red
-set-window-option -g window-status-content-style fg=magenta
set-window-option -g window-status-current-style bg=blue,fg=white
set-window-option -g window-status-style bg=cyan,fg=black