Skip to content
New issue

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

When resizing, use row/column precision, not pixel precision. #388

Closed
moon-chilled opened this issue Feb 4, 2017 · 1 comment · Fixed by #6675
Closed

When resizing, use row/column precision, not pixel precision. #388

moon-chilled opened this issue Feb 4, 2017 · 1 comment · Fixed by #6675

Comments

@moon-chilled
Copy link

No description provided.

@chrisduerr
Copy link
Member

Some platforms will never support this since they override the size Alacritty requests (like tiling WMs).

For resolving the issue with the grid not being centered inside the visible region #1190 should help.

@chrisduerr chrisduerr added this to the Version 0.12.0 milestone Oct 6, 2022
kchibisov added a commit to kchibisov/alacritty that referenced this issue Feb 4, 2023
This should resize window by cell dimensions granularity instead of
using pixels.

Fixes alacritty#388.
kchibisov added a commit that referenced this issue Feb 5, 2023
This should resize window by cell dimensions granularity instead of
using pixels.

Fixes #388.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment