You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System(s) are you seeing this problem on?
Linux Wayland
Which Wayland compositor or X11 Window manager(s) are you using?
Gnome Shell (Wayland) - Fedora 40
WezTerm version
20241020_002442_2381b8ac
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
When I maximize the window, it overflows the bottom of the screen (like it is the size of the title bar). So, the last line of the terminal is not visible.
If I don't set a font size, or not using the shortcut to reduce the font size, it is "OK".
To Reproduce
Set a "font size" in the configuration
Configuration
localwezterm=require("wezterm")
localconfig= {}
config.font_size=10config.hide_tab_bar_if_only_one_tab=true-- necessary and I don't know whyconfig.default_prog= { "bash", "-i" }
config.window_decorations="RESIZE"config.enable_wayland=truereturnconfig
Expected Behavior
Actually, IMHO, the font size should not change the window scaling, only the "font". And so, the last line will not overlap the screen.
Logs
No response
Anything else?
I love this terminal 😄
The text was updated successfully, but these errors were encountered:
I can confirm this with config.window_decorations = "INTEGRATED_BUTTONS" as well
-> there should ba slight lighter grey under the last line similar to what is on the left side. E.g. this is in windowed mode:
What Operating System(s) are you seeing this problem on?
Linux Wayland
Which Wayland compositor or X11 Window manager(s) are you using?
Gnome Shell (Wayland) - Fedora 40
WezTerm version
20241020_002442_2381b8ac
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
When I maximize the window, it overflows the bottom of the screen (like it is the size of the title bar). So, the last line of the terminal is not visible.
If I don't set a font size, or not using the shortcut to reduce the font size, it is "OK".
To Reproduce
Set a "font size" in the configuration
Configuration
Expected Behavior
Actually, IMHO, the font size should not change the window scaling, only the "font". And so, the last line will not overlap the screen.
Logs
No response
Anything else?
I love this terminal 😄
The text was updated successfully, but these errors were encountered: