Color is working.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 6 Feb 2005 06:28:54 +0000 (06:28 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 6 Feb 2005 06:28:54 +0000 (06:28 +0000)
TODO
sst.h

diff --git a/TODO b/TODO
index b8fb2682884ac7b6057d5c9fa5ef127ca37c205a..a7b323208d4f6a38718d3127394e21046d607fff 100644 (file)
--- 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 8a1f44d10872e13de952fb73a3f787c16ecfc8c0..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
@@ -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;