aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-15 23:53:00 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-15 23:53:00 -0400
commit4dc184acea0b5ff67b5c7641ed0c65e821d2d166 (patch)
treee68950eff3c2ccaad00df2bdf14e5d952442b0f1 /TODO
parentdcaeb55644d95464c5e609dd999515a2b4d30b24 (diff)
downloadfujinet-chat-4dc184acea0b5ff67b5c7641ed0c65e821d2d166.tar.gz
Redefine ATASCII graphics 1-27 as inverse uppercase letters.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 36d9b50..ab418ee 100644
--- a/TODO
+++ b/TODO
@@ -18,9 +18,6 @@ Other stuff:
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).