tmux: mouse off again -- it is genuinely part of the cause

Turning mouse mode back on brought the vanishing status bar straight back,
with the plain window formats already in place. So both matter: the nested
window formats starve status-right of width, and mouse mode reintroduces
the symptom on its own.

Reverting to the combination that is actually observed to work: mouse off
plus plain window formats. Scrolling inside tmux is Ctrl-b [.

Keeping this honest rather than tidy -- the earlier commit claiming mouse
mode "was never the cause" was wrong, and this reverts it.
This commit is contained in:
2026-08-24 17:46:14 -07:00
parent 6713b033a9
commit 22f7fd419c
+1 -1
View File
@@ -69,7 +69,7 @@ bind E setw synchronize-panes off
# set first window to index 1 (not 0) to map more to the keyboard layout...
set-option -g base-index 1
set-window-option -g pane-base-index 1
set-window-option -g mouse on
set-window-option -g mouse off
# color scheme (styled as vim-powerline)
set -g status-left-length 52