aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-03-18 08:58:19 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-03-18 08:58:19 -0500
commit87b41607eef9c5273b63e3e01bce35d860d1880c (patch)
tree46a219ef8ea03170e962095a243e40ceacc47c0d /TODO
parent73b921d87cfafa197019855cf53df50695e97255 (diff)
downloadluancurses-87b41607eef9c5273b63e3e01bce35d860d1880c.tar.gz
luancurses-87b41607eef9c5273b63e3e01bce35d860d1880c.zip
add echochar
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 88f33fd..55568aa 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,5 @@
- 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?
-- curs_addch (echochar)
- reading from the screen (curs_instr, curs_inch)
- reading input (ungetch (curs_getch), curs_getstr
- attribute support (curs_attr)