.tmux: Empty space below status line in maximised/fullscreen window

Created on 14 Oct 2018  路  3Comments  路  Source: gpakosz/.tmux

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.

image

external

Most helpful comment

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!

All 3 comments

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 馃

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mattysweeps picture mattysweeps  路  6Comments

haggen picture haggen  路  6Comments

willheryanto picture willheryanto  路  4Comments

bubble-joe picture bubble-joe  路  4Comments

eluft84 picture eluft84  路  8Comments