aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-25 00:38:32 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-25 00:38:32 -0400
commit04b16deae6ea4419c2f87cab4adefcbf40f71532 (patch)
treec0de6d8a4f020e83116c1131442da7451e544d0e
parent7de9f2db60a05d663e50051622091123e125963c (diff)
downloadfujinet-chat-04b16deae6ea4419c2f87cab4adefcbf40f71532.tar.gz
Update docs.
-rw-r--r--TODO2
-rw-r--r--doc/ui_keys.txt6
2 files changed, 7 insertions, 1 deletions
diff --git a/TODO b/TODO
index efd9235..1d34baf 100644
--- a/TODO
+++ b/TODO
@@ -17,6 +17,8 @@ X Configurable ctcp version response. Not going to do for now. Having
Other stuff:
+- [*] Start+A should *always* switch windows, even if all are inactive.
+ It can act like Start+Left in that case.
- [*] Auto-pinging the server seems to work, but needs more testing.
- [*] Write a cgetc() replacement that doesn't call the OS K: "get one byte"
routine. I was avoiding it because it will need a 192-byte table
diff --git a/doc/ui_keys.txt b/doc/ui_keys.txt
index a8de4bc..acccc8b 100644
--- a/doc/ui_keys.txt
+++ b/doc/ui_keys.txt
@@ -4,7 +4,8 @@ Hold down Start, *or* press and release Escape, and:
Up Arrow (without Control) - scroll current screen up
Tab - switch to last displayed screen
Left/Right (without Control) - previous/next screen.
-A - switch to active screen
+A - switch to active screen. [TODO: if no active screen, move
+ left one screen]
S - show status (hide edit box)
Q - create screen for last PM (in [private]) or last channel
message (in [server]). Does nothing in screens 2-7.
@@ -30,5 +31,8 @@ If you press Escape by accident, pressing it again gets you out of
Future plans:
+1200XL F1-F4: without Shift, switch to screens 1-4. With
+ shift, F1-F3 = screend 5-7 and F4 is same as Start+A.
+Help - same as Start+A.
J - join last channel you were invited to.
? - Show help (also the Help key by itself will do this).