From 3ed5aa3e72bf0e720f1ea35159a1d15b1f02e0ff Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 9 Jan 2009 23:57:42 +0000 Subject: Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 53c7c1ed..2e9ae074 100644 --- a/TODO +++ b/TODO @@ -59,3 +59,5 @@ - input.c is too complicated. simplify? - try change from pass-though model to redraw model (use updated screen data). maybe too slow though? +- use a better termcap internally instead of screen, perhaps xterm +- tty.c is a bit ugly -- cgit