Make the internal pager actually work. In the process, remove getch()
[super-star-trek.git] / TODO
diff --git a/TODO b/TODO
index b07a100373ea836077efab8e539ae8adae243bd3..202039288aa7a6a462f4d175137f2ab8b7f221be 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,14 +1,5 @@
                Super Star Trek TO-DO list
 
-* Remove the assumption that sst.doc lives in the current directory.
-
-* Improve the internal pager.
-
-* Yes-no confirmations and "press-to-continue" situations should print
-  a recognizable standard prompt.
-
-* A real release, with downloadable tarballs and RPMs and so forth.
-
 * 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.)
@@ -19,8 +10,5 @@
 
 * 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.)
-
-
+  one for the charts.