Set default colour of line_color

This commit is contained in:
Mark Hessling
2001-01-10 08:32:11 +00:00
parent 32b6ae9795
commit a12ea3bf8f

View File

@@ -24,7 +24,7 @@
#include <curses.h>
#ifdef PDCDEBUG
char *rcsid_PDCscrn = "$Id: pdcscrn.c,v 1.1 2001/01/10 08:30:12 mark Exp $";
char *rcsid_PDCscrn = "$Id: pdcscrn.c,v 1.2 2001/01/10 08:30:13 mark Exp $";
#endif
bool GLOBAL_sb_on=FALSE;
@@ -177,6 +177,7 @@ extern bool sb_started;
internal->sb_total_x = 0;
internal->sb_viewport_x = 0;
internal->sb_cur_x = 0;
internal->line_color = COLOR_WHITE;
return( OK );
}