aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index f39d313..53ea489 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,5 @@
- adding stuff (curs_addchstr, curs_addch (echochar))
+ - the point of these routines is that they are more efficient, since you pass in an array of chtypes rather than an array of chars. how can i expose this functionality?
- inserting stuff (curs_insch, curs_insstr, curs_inch, curs_inchstr)
- reading from the screen (curs_instr)
- reading input (ungetch (curs_getch), curs_getstr