term: convert ‘scale’ to a float

This commit is contained in:
Daniel Eklöf 2023-06-22 14:21:51 +02:00
parent a9ecf1449e
commit c1f374cc8d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 25 additions and 21 deletions

View file

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