aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-03-18 15:56:19 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-03-18 15:56:19 -0500
commit8f1c876f63727f87227ec7739f63375931ccf847 (patch)
tree21583a0d0d5702f397b4a8f9eb8137e8212fc118 /TODO
parent85708d1089a6a82ad604c1cac6fd92f4e89f00fa (diff)
downloadluancurses-8f1c876f63727f87227ec7739f63375931ccf847.tar.gz
luancurses-8f1c876f63727f87227ec7739f63375931ccf847.zip
finish filling out the setup_term function
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)