From 50d43451314c229e511b46b69e7ca878ff9a0930 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 6 Feb 2005 06:28:54 +0000 Subject: [PATCH] Color is working. --- TODO | 5 +++-- sst.h | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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; -- 2.31.1