The MDA now also honors font base, fixes #3261.

This commit is contained in:
OBattler
2023-08-22 17:12:16 +02:00
parent 7563c7625e
commit 13e5ab3157
3 changed files with 4 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ typedef struct mda_t {
int firstline;
int lastline;
int fontbase;
int linepos;
int displine;
int vc;