diff options
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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). |
