diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-07-23 23:44:50 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-07-23 23:44:50 +0000 |
| commit | 97212771b5932881826d3738fa448bc51d213bce (patch) | |
| tree | f4dcf595fa5b11821b92c9c83a45d1802c4c0067 /TODO | |
| parent | 5942e22d711566d20884ad86f364ee30dce5edd1 (diff) | |
| download | rtmux-97212771b5932881826d3738fa448bc51d213bce.tar.gz rtmux-97212771b5932881826d3738fa448bc51d213bce.tar.bz2 rtmux-97212771b5932881826d3738fa448bc51d213bce.zip | |
Support keypad. Change cursor key output.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 -------------------------------------------------------------------- |