aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2aeba71..2604568 100644
--- a/TODO
+++ b/TODO
@@ -12,13 +12,15 @@ FujiChat features, we're almost at parity!
Other stuff:
+- The Start+E editbox-only mode should be exited when the user
+ presses Return (or shift-clear, or I guess anything that hides
+ the editbox).
- Idea inspired by pusakat: after joining channels on connect, it
should switch to the first one (screen 3).
- Status indicators # M J etc should disappear at some point. When
the user switches windows. Also maybe there should be a timer.
- ^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).
- Server /ping command is iffy (see do_server_pong() in irc.c).
- Bug: *no idea* how this happened. I typed /quit, then reconnected,
and got "USER: not enough parameters" from the server. Can't