summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-01 20:36:01 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-01 20:36:01 +0000
commit693231e8eb156b725c73e464600af029999b7e85 (patch)
tree362bcc56e372febfbb6f1dd0e97989065ee2ed86 /TODO
parentcea201df20e918db06a2e9a01b1f144372522d9f (diff)
+.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index bef16669..b3e83826 100644
--- a/TODO
+++ b/TODO
@@ -62,16 +62,17 @@
- window splitting?
- if only one arg to switch-window, assume source-index
- test on wsvt25, vt100, vt220
-- clear EOL etc CANNOT rely on term using the current colour/attr and probably
- should not emulate it doing so
- 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
- tobiasu says it is borken on Linux with aterm + TERM=rxvt
- poll(2) is broken on OS X/Darwin, a workaround for this would be nice
+- different screen model? layers perhaps? hmm
-- For 0.3 --------------------------------------------------------------------
- anything which uses cmd_{send,recv}_string will break if the string is
split. string length should be part of the command size
- chmod +x socket when any client is attached (upd in lost/accept)
+- clear EOL etc CANNOT rely on term using the current colour/attr and probably
+ should not emulate it doing so