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 */