aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-11 01:53:15 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-11 01:53:15 -0400
commitea47f06b8fa0ebab649ea1f7b323246d7e482438 (patch)
treee77ff5f3dfd03df95bb401620f1ed4a6f48031ba
parentb05889cde25b565d0d0bfa0e72ad655b0394f0de (diff)
downloadfujinet-chat-ea47f06b8fa0ebab649ea1f7b323246d7e482438.tar.gz
Document Start+Q.
-rw-r--r--editing_keys.txt4
-rw-r--r--src/cmd.c2
-rw-r--r--ui_keys.txt2
3 files changed, 5 insertions, 3 deletions
diff --git a/editing_keys.txt b/editing_keys.txt
index 4646c35..dfa6fd0 100644
--- a/editing_keys.txt
+++ b/editing_keys.txt
@@ -11,10 +11,10 @@ Ctrl-Del - delete the character under the cursor
Future plans:
-Start+S: hide (but do not clear) the input box; show status. The
-input box will become visible again on the next keypress.
Shift + Ctrl + Up/Down arrows - history (if we can spare the RAM)
Up/Down arrows - move up/down by one line (40 chars)
+Up arrow *in an empty inputbox* - bring up last entered command.
+ Can coexist with regular use of Up for movement.
^Y, Shift-Insert - paste (^K, ^U, ^W fill a paste buffer; need RAM)
Ctrl-Insert - toggle insert/typeover (does anyone care about this?)
Atari key - insert a ^B (meaning, toggle bold)
diff --git a/src/cmd.c b/src/cmd.c
index 7258485..f548b74 100644
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -38,7 +38,7 @@ typedef struct {
} cmd_t;
/* future commands:
- OP DEOP VOICE DEVOICE KICK BAN KB IGNORE UNIGNORE MODE
+ OP DEOP VOICE DEVOICE KICK BAN KB IGNORE UNIGNORE MODE INVITE
*/
cmd_t command_defs[] = {
{ "AWAY", do_away, 1 },
diff --git a/ui_keys.txt b/ui_keys.txt
index a6b8dd9..93c932f 100644
--- a/ui_keys.txt
+++ b/ui_keys.txt
@@ -7,6 +7,8 @@ Tab - switch to last displayed screen
Left/Right (without Control) - previous/next screen.
A - switch to active 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.
Future plans: