aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-16 05:12:58 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-16 05:12:58 -0400
commit59d7d0c8574bd53005afdeb841b8c1ee5d20cb2e (patch)
tree7837d039122a8be41f1ef3033b27cc1f1ecb4d5c
parent5a091652ff1ba3a0af75886c4add476e2b6817da (diff)
downloadfujinet-chat-59d7d0c8574bd53005afdeb841b8c1ee5d20cb2e.tar.gz
Update TODO.
-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