Color is working.
[super-star-trek.git] / sst.h
diff --git a/sst.h b/sst.h
index cf44c7374f8b11a662be414528cb2ec60c0e1cde..95ef5518cd386b8b7136d5030427c4a08cae93fe 100644 (file)
--- a/sst.h
+++ b/sst.h
@@ -443,7 +443,7 @@ void waitfor(void);
 void setpassword(void);
 void commandhook(char *, int);
 void makechart(void);
-void enqueue(char *s);
+void enqueue(char *);
 
 /* mode arguments for srscan() */
 #define SCAN_FULL              1
@@ -451,12 +451,12 @@ void enqueue(char *s);
 #define SCAN_STATUS            3
 #define SCAN_NO_LEFTSIDE       4
 
-WINDOW *FULLSCREEN_WINDOW;
-WINDOW *SRSCAN_WINDOW;
-WINDOW *REPORT_WINDOW;
-WINDOW *LRSCAN_WINDOW;
-WINDOW *LOWER_WINDOW;
-WINDOW *BOTTOM_WINDOW;
+WINDOW *fullscreen_window;
+WINDOW *srscan_window;
+WINDOW *report_window;
+WINDOW *lrscan_window;
+WINDOW *message_window;
+WINDOW *prompt_window;
 
 extern void clreol(void);
 extern void clrscr(void);
@@ -464,6 +464,7 @@ extern void textcolor(int color);
 extern void highvideo(void);
 
 enum COLORS {
+   DEFAULT,
    BLACK, BLUE, GREEN, CYAN, RED, MAGENTA, BROWN, LIGHTGRAY,
    DARKGRAY, LIGHTBLUE, LIGHTGREEN, LIGHTCYAN, LIGHTRED, LIGHTMAGENTA, YELLOW, WHITE
 };