aboutsummaryrefslogtreecommitdiff
path: root/doc/ui_keys.txt
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-18 06:30:11 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-18 06:30:11 -0400
commitb07cf8d151424ea0f6790e884af160e233943579 (patch)
treea264fb666221439465af6949149810580d89fbce /doc/ui_keys.txt
parenta0a87c0a32fd891efcaf82f8d49b7221fa1ffe2b (diff)
downloadfujinet-chat-b07cf8d151424ea0f6790e884af160e233943579.tar.gz
Ping server after 1 min of inactivity; disconnect/reconnect if no PONG within the next minute.
Diffstat (limited to 'doc/ui_keys.txt')
-rw-r--r--doc/ui_keys.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ui_keys.txt b/doc/ui_keys.txt
index 9d50173..d26a171 100644
--- a/doc/ui_keys.txt
+++ b/doc/ui_keys.txt
@@ -20,9 +20,12 @@ T - /topic #channel
E - show full editbox (instead of screen).
Ctrl-X - in a channel screen, /part the channel and close the
screen. no effect elsewhere.
+Ctrl-D - disconnect from server (without sending a /quit). This
+ *doesn't do anything useful* for users, it only exists as a
+ debugging aid (so I can test the automatic server ping code).
+ This will likely be removed before the first beta.
Future plans:
-Ctrl-D - disconnect from server (without sending a /quit).
J - join last channel you were invited to.
? - Show help (also the Help key by itself will do this).