From 33647d14ef0640dc8a1d85bf64ccd8c11e4d940e Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 28 Dec 2019 10:39:04 +0100 Subject: [PATCH] Select suitable default text color --- src/frontend/postsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/postsc.c b/src/frontend/postsc.c index a85745843..f0eaad0c0 100644 --- a/src/frontend/postsc.c +++ b/src/frontend/postsc.c @@ -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 */