Tmux panes not updating properly
So, I modified
colors.properties
to change background colour of terminal. But on use with tmux, it doesn't seem to work properly. When creating new panes (horizontal) or changing layout, it simply draws black (as shown in the image). It seems to apply bg colour properly on the pane when I make it active (although if current pane is active but black I have to refresh). Same issue persists with clearing although I hack fixed it by making it call refresh-client
. I tried doing the same thing by binding horizontal pane creation to refresh-client, . But this didn't work, although if I set a keybind to refresh manually that works (but doing that is tedious). My TERM
is xterm-256color
in termux and screen-256color
in tmux. I would appreciate it, if anyone could help me fix this issue.1 Reply
Just realised my shell is always instantiated when I create new pane so I can refresh then. But... problem persists while changing layout... So I'd still benefit from a non hacky solution