aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-15 23:40:22 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-15 23:40:22 -0400
commitdcaeb55644d95464c5e609dd999515a2b4d30b24 (patch)
tree3f201c91ac4ae23656a790ad3fb5b9ae5a5f8714
parentc748f2fa749722d49a1290f11b2b4c89bf1c6747 (diff)
downloadfujinet-chat-dcaeb55644d95464c5e609dd999515a2b4d30b24.tar.gz
Update TODO.
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 11a0db9..36d9b50 100644
--- a/TODO
+++ b/TODO
@@ -16,6 +16,11 @@ Other stuff:
the right, use the left for a notification area. Have it
show e.g. CONNECTED, DISCONNECTED, PING/PONG. Messages would
persist for some amount of time, and/or until you press a key.
+ While I'm at it, I could show up/down arrows in the first
+ column for network activity.
+- In aid of the above: use inverse alphabetic glyphs for
+ control+letters (so I can print text in the GR.1 line, and
+ so e.g. ^B in the edit box appears as an inverse B).
- ^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).