We know how to extract the button name within the callback.
[super-star-trek.git] / TODO
diff --git a/TODO b/TODO
index b07a100373ea836077efab8e539ae8adae243bd3..dae737b5cf06fed25370845f8e7e2db16a346d0f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,26 +1,21 @@
                Super Star Trek TO-DO list
 
-* Remove the assumption that sst.doc lives in the current directory.
 
-* Improve the internal pager.
+Short-term items:
 
-* Yes-no confirmations and "press-to-continue" situations should print
-  a recognizable standard prompt.
+* Bring the online help in sync with our commands changes
 
-* A real release, with downloadable tarballs and RPMs and so forth.
+* Find out why the online help contains the escape sequences like ~@~T (Eric?)
 
-* The time machine switch.  Specify a year, get only the features that
-  then existed.  (This would be partly so people can try the original
-  non-"super" version Matuszek and Reynolds wrote.)
+* Adjust the sst.spec wrt the build system changes
 
-  Dave Matuszek tells me that SRSCAN, MOVE, PHASERS, CALL, STATUS,
-  IMPULSE, PHOTONS, ABANDON, LRSCAN, WARP, SHIELDS, DESTRUCT CHART,
-  REST, DOCK, QUIT, and DAMAGE were in the original non-"super" version.
+* Maybe make a release
 
-* Write a curses-based interface.  Shouldn't be hard, all output goes through
-  prout/proutn/prouts so we can split the screen into two panes with the upper
-  one for the charts.  (Note, there's one fputs() used in the help reader to
-  avoid % expansion.)
 
+Long-term items:
 
+* gettextize
 
+* Russian translation
+
+* Wrap a GUI around it.