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:
+1
-1
@@ -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 first window to index 1 (not 0) to map more to the keyboard layout...
|
||||||
set-option -g base-index 1
|
set-option -g base-index 1
|
||||||
set-window-option -g pane-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)
|
# color scheme (styled as vim-powerline)
|
||||||
set -g status-left-length 52
|
set -g status-left-length 52
|
||||||
|
|||||||
Reference in New Issue
Block a user