Select suitable default text color

This commit is contained in:
Holger Vogt 2019-12-28 10:39:04 +01:00
parent e702d5f55c
commit 33647d14ef
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ static int fontheight = FONTHEIGHT;
static int screenflag = 0;
static int colorflag = 0;
static int setbgcolor = 0;
static int settxcolor = -1;
static int settxcolor = 1;
static double scale; /* Used for fine tuning */
static int xtadj; /* text adjustment x */
static int ytadj; /* text adjustment y */