aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 8b56bba..dce7e9d 100644
--- a/TODO
+++ b/TODO
@@ -3,9 +3,8 @@
- reading from the screen (curs_instr, curs_inch)
- reading input (ungetch (curs_getch), curs_getstr
- attribute support (curs_attr)
-- finish up curs_inopts and curs_outopts
- finish up curs_color (color_content, pair_content)
-- scrolling support (curs_scroll)
+- scrolling support (curs_scroll, setscrreg (curs_outopts))
- support the rest of the refresh options (curs_refresh)
- window background support (curs_bkgd)
- multiple window support (all fns that start with w, curs_overlay, curs_initscr, curs_window, curs_getyx (par, beg), curs_touch, curs_overlay)