From: Eric S. Raymond Date: Sun, 6 Feb 2005 06:28:54 +0000 (+0000) Subject: Color is working. X-Git-Tag: 2.0~357 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=50d43451314c229e511b46b69e7ca878ff9a0930 Color is working. --- diff --git a/TODO b/TODO index b8fb268..a7b3232 100644 --- a/TODO +++ b/TODO @@ -5,8 +5,9 @@ non-"super" version Matuszek and Reynolds wrote.) Dave Matuszek tells me that SRSCAN, MOVE, PHASERS, CALL, STATUS, - IMPULSE, PHOTONS, ABANDON, LRSCAN, WARP, SHIELDS, DESTRUCT CHART, + IMPULSE, PHOTONS, ABANDON, LRSCAN, WARP, SHIELDS, DESTRUCT, CHART, REST, DOCK, QUIT, and DAMAGE were in the original non-"super" version. -* Fix the color support. +* Code to hurl you out of quadrant if a supernova occurs as you warp in + seems to hang. diff --git a/sst.h b/sst.h index 8a1f44d..95ef551 100644 --- 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 @@ -453,7 +453,7 @@ void enqueue(char *s); WINDOW *fullscreen_window; WINDOW *srscan_window; -WINDOW *REPORT_WINDOW; +WINDOW *report_window; WINDOW *lrscan_window; WINDOW *message_window; WINDOW *prompt_window;