aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-03-14 15:24:31 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-03-14 15:24:31 -0500
commit6f653a725d49267b7113fcb06dc9b4efc49206a0 (patch)
tree806369f1b52e4511a926ba2977c1daa0a5dedadd
parent10bae419f6b0217896ea329d8d3f24953a4debe6 (diff)
downloadluancurses-6f653a725d49267b7113fcb06dc9b4efc49206a0.tar.gz
luancurses-6f653a725d49267b7113fcb06dc9b4efc49206a0.zip
todo modifications
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index d60b25f..2790104 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
-- adding stuff (curs_addchstr, curs_addch (echochar))
+- chtype arrays (curs_addchstr, curs_inchstr)
- 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)
+- curs_addch (echochar)
+- reading from the screen (curs_instr, curs_inch)
- reading input (ungetch (curs_getch), curs_getstr
- isendwin (curs_initscr)
- attribute support (curs_attr)