aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index 5e6a9df..11a0db9 100644
--- a/TODO
+++ b/TODO
@@ -12,6 +12,10 @@ FujiChat features, we're almost at parity!
Other stuff:
+- Great idea from The_Doctor: move the status numbers over to
+ the right, use the left for a notification area. Have it
+ show e.g. CONNECTED, DISCONNECTED, PING/PONG. Messages would
+ persist for some amount of time, and/or until you press a key.
- ^U works, but is slow (calls backspace() in a loop, which does a
memmove() each time).
- Start+E: show entire editbox (plus status, but not screen text).
@@ -19,10 +23,6 @@ Other stuff:
- Bug: *no idea* how this happened. I typed /quit, then reconnected,
and got "USER: not enough parameters" from the server. Can't
reproduce.
-- In the config, under SDX, saying "N" to "Settings OK" and then
- reloading the config causes screen corruption (reported by
- TheDoctor, not tried it myself). The config tool has changed a
- lot since then, so re-check.
- "User has kicked <yourname> from #channel", the name should be
replaced by "you".
- Gracefully handle nicks/channels whose lengths are stupid long.