aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-03-19 12:33:30 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-03-19 12:33:30 -0500
commitb20dbd285f508047a13b2ebd928eeb7fc49d7d31 (patch)
tree6da32910a6f92e23fbd0d178639f5a5ed17ffbf8 /TODO
parent7f09f5124acb3cc6e13763a20e2469749b530fe8 (diff)
downloadluancurses-b20dbd285f508047a13b2ebd928eeb7fc49d7d31.tar.gz
luancurses-b20dbd285f508047a13b2ebd928eeb7fc49d7d31.zip
implement ungetch
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index dce7e9d..af5f36f 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
- 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?
- reading from the screen (curs_instr, curs_inch)
-- reading input (ungetch (curs_getch), curs_getstr
+- reading input (curs_getstr)
- attribute support (curs_attr)
- finish up curs_color (color_content, pair_content)
- scrolling support (curs_scroll, setscrreg (curs_outopts))