We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by dllu October 14, 2022 When I maximize the window it results in a huge gap on the bottom and right
However, when the window is small, it fills the available space appropriately.
The terminal I'm using is Alacritty.
Other editors such as neovim do not have this issue. Here is the screenshot using neovim:
I'm using this on Ubuntu 20.04 with the i3 window manager.
both tput lines and stty size show the correct dimensions of the terminal so I don't know why Helix is truncating it to only 135 lines.
tput lines
stty size
I saw this related thread: #4236 but it does not seem to be the same issue that I'm experiencing.
Converting to issue since someone else was able to reproduce the problem in 3 terminals
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Discussed in #4283
Originally posted by dllu October 14, 2022
When I maximize the window it results in a huge gap on the bottom and right
However, when the window is small, it fills the available space appropriately.
The terminal I'm using is Alacritty.
Other editors such as neovim do not have this issue. Here is the screenshot using neovim:
I'm using this on Ubuntu 20.04 with the i3 window manager.
both
tput lines
andstty size
show the correct dimensions of the terminal so I don't know why Helix is truncating it to only 135 lines.I saw this related thread: #4236 but it does not seem to be the same issue that I'm experiencing.
Converting to issue since someone else was able to reproduce the problem in 3 terminals
The text was updated successfully, but these errors were encountered: