aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-03-19 12:33:45 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-03-19 12:33:45 -0500
commit30478fc469c66a0445abf97e6b454fb0da515ff5 (patch)
treeb7357650385bf8a56783fa2dcd51b5b564e2338e
parentb20dbd285f508047a13b2ebd928eeb7fc49d7d31 (diff)
downloadluancurses-master.tar.gz
luancurses-master.zip
the rest of the refresh options aren't going to be useful until we get multiple window supportHEADmaster
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index af5f36f..29cf4b4 100644
--- a/TODO
+++ b/TODO
@@ -5,9 +5,9 @@
- attribute support (curs_attr)
- finish up curs_color (color_content, pair_content)
- 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)
+- support the rest of the refresh options (curs_refresh)
- border support (curs_border)
- status line stuff (curs_slk)
- mouse support (curs_mouse)