Add a manual page.
[super-star-trek.git] / TODO
diff --git a/TODO b/TODO
index 8062cb145c7b81c2980ab8a66614f2a262fde37b..b07a100373ea836077efab8e539ae8adae243bd3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,10 +2,6 @@
 
 * Remove the assumption that sst.doc lives in the current directory.
 
-* Have it read the value of LINES rather than assumong a 24-line terminal.
-
-* Do a manual page.
-
 * Improve the internal pager.
 
 * Yes-no confirmations and "press-to-continue" situations should print
@@ -23,6 +19,8 @@
 
 * 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.
+  one for the charts.  (Note, there's one fputs() used in the help reader to
+  avoid % expansion.)
+