From 97212771b5932881826d3738fa448bc51d213bce Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 23 Jul 2008 23:44:50 +0000 Subject: Support keypad. Change cursor key output. --- TODO | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 338d50d3..c554c22a 100644 --- a/TODO +++ b/TODO @@ -36,9 +36,6 @@ - split clients into three RB trees by fd: attached/unattached/dead? or tailqs? what would be fastest per-char? - window splitting? -- why do up/down work in angband with screen but not tmux?? - -- it's not kkeypad/kcursor -- fix kkeypad/kcursor - c/p is still borken in some ways - poll(2) is broken on OS X/Darwin, a workaround for this would be nice - different screen model? layers perhaps? hmm @@ -46,6 +43,8 @@ - better mode features: search, back word, forward word, etc - flags to centre screen in window - get rid of DEFDATA etc +- better terminal emulation (identify, insert mode, some other bits) +- should we support kkeypad? looks like screen doesn't. what is kcursor? -- For 0.5 -------------------------------------------------------------------- -- cgit