font: move metrics from terminal struct to font struct

This commit is contained in:
Daniel Eklöf 2019-11-26 18:54:32 +01:00
parent 431800a8a5
commit bc86cd61c7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 35 additions and 34 deletions

View file

@ -265,12 +265,6 @@ struct terminal {
struct grid *grid;
struct font *fonts[4];
struct {
int height;
int descent;
int ascent;
int max_x_advance;
} fextents;
tll(int) tab_stops;