commit 71a40a716ea8113bc0e337e9e146b0c64831e51e parent f8e03c9e3156ba0cae7ad142c2ab67b4d4f31b9c Author: Andrew Kloet <andrew@kloet.net> Date: Fri, 1 May 2026 22:46:41 -0400 update TODO Diffstat:
| M | TODO | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO @@ -2,3 +2,11 @@ 1. sndf() output should be limited to 512 chars (2.3). 2. strcase{cmp,str} are technically inadequate per (2.2) but who's counting? - Might be nice to be able to log the raw IRC packets. +- Scroll doesn't have an upper bound, to set one we'd (probably) have to + dynamically calculate how many lines the entire chat takes up. Sounds + expensive! +- The cursor kinda just hangs around wherever. Maybe disable it? +- Patch ideas: + 1. Look ahead word wrapping + 2. ACTION (/me) handling + 3. Tab completion of names