Hi, is there any way to make the empty space below the status line go away or at least debug where it's coming from? It's only present when the windows is maximised or fullscreen. Gnome-Terminal 3.28.2, tmux 2.7, latest Budgie.

Hello @sixtyfive 馃憢
If you run tmux -L test -f /dev/null you'll notice this also happen with stock tmux configuration.
In fact this is because of the font size you chose in your terminal emulator. There's nothing one can do from within tmux. If the font size is such that the window height is not a multiple of it you'll have some blank at the bottom.
Hope that helps!
Huh! Never noticed that before ... classic case of "always blame the new thing". Font size changed, happy now. Thank you! :-)
No worries!
Enjoy 馃
Most helpful comment
Hello @sixtyfive 馃憢
If you run
tmux -L test -f /dev/nullyou'll notice this also happen with stock tmux configuration.In fact this is because of the font size you chose in your terminal emulator. There's nothing one can do from within tmux. If the font size is such that the window height is not a multiple of it you'll have some blank at the bottom.
Hope that helps!