summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-07-23 23:44:50 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-07-23 23:44:50 +0000
commit97212771b5932881826d3738fa448bc51d213bce (patch)
treef4dcf595fa5b11821b92c9c83a45d1802c4c0067 /TODO
parent5942e22d711566d20884ad86f364ee30dce5edd1 (diff)
Support keypad. Change cursor key output.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 2 insertions, 3 deletions
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 --------------------------------------------------------------------