From b6a8bfdedeabdb625dd4eba321dd039ce0b99a29 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 15 Mar 2026 19:02:38 -0400 Subject: Update TODO. --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 19a5f6e..439708a 100644 --- a/TODO +++ b/TODO @@ -12,6 +12,8 @@ FujiChat features, we're almost at parity! Other stuff: +- ^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, -- cgit v1.2.3