aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-18 01:00:56 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-18 01:00:56 -0400
commit5fc2f41a80a1ef6f62b95dc96ee352564a5ff221 (patch)
tree757bdbd08465eb812c2b713a0ad5bf7d273c8b05 /TODO
parent11da121cabfab3830d46608262b5be47ce7861f6 (diff)
downloadfujinet-chat-5fc2f41a80a1ef6f62b95dc96ee352564a5ff221.tar.gz
Nick completion in channels
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 994c8a1..f6c1334 100644
--- a/TODO
+++ b/TODO
@@ -16,13 +16,13 @@ Other stuff:
- *Thoroughly* test the nick and channel tab completion for the [private]
and [server] screens.
+- Fix the nick completion in channel screens. It works, but needs some
+ polishing up.
- Ping the server periodically, and set a 30-sec timer. If no PONG
within 30 sec, assume we're disconnected: close the connection and
go into the reconnect loop.
- More scrollback. Of course it needs more memory... see doc/scrollback.txt
for my ideas on this.
-- 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).
- Server /ping command is iffy (see do_server_pong() in irc.c).