HACK fractional scaling

This commit is contained in:
Kenny Levinsen 2022-04-04 19:36:50 +02:00
parent 68db8ff1f5
commit 4564d78eff
8 changed files with 268 additions and 70 deletions

View file

@ -445,7 +445,7 @@ struct terminal {
int fd;
} blink;
int scale;
double scale;
int width; /* pixels */
int height; /* pixels */
int stashed_width;