From b20dbd285f508047a13b2ebd928eeb7fc49d7d31 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Wed, 19 Mar 2008 12:33:30 -0500 Subject: implement ungetch --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') 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)) -- cgit v1.2.3-54-g00ecf