diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-25 06:05:39 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-25 06:05:39 -0400 |
| commit | e52b749244b9b55673ee3ff6d2d9a54a27b64e32 (patch) | |
| tree | 23e47bd95438bcabc7eb57709cf9d852434ff55e | |
| parent | 4396498d632068a373d6b9ed0abef816a917b064 (diff) | |
| download | fujinet-chat-e52b749244b9b55673ee3ff6d2d9a54a27b64e32.tar.gz | |
Tweak docs.
| -rw-r--r-- | doc/editing_keys.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/editing_keys.txt b/doc/editing_keys.txt index 83c64b5..49be8bf 100644 --- a/doc/editing_keys.txt +++ b/doc/editing_keys.txt @@ -26,7 +26,9 @@ Ctrl-B or Ctrl-Shift-Down - move left by one word. Deleting text: -Backspace - Delete the character to the left of the cursor. +Backspace - Delete the character to the left of the cursor. In insert + mode, it closes up the gap. In typeover mode, it leaves a space + where the deleted character was (like BASIC does). Shift-Del - Delete (clear) buffer. Shift-Clear or Ctrl-Clear: clear buffer and hide input box (show status). Ctrl-Del or Ctrl-X - delete the character under the cursor. @@ -37,9 +39,9 @@ Ctrl-K - Kill (delete) to end of buffer. Formatting: -Atari/inverse key - Toggle bold (prints as inverse B) -Ctrl-I - Toggle italic (prints as down-arrow) -Ctrl-shift-U - Toggle underline (prints as right-arrow) +Atari/Inverse key - Toggle bold (displays as inverse B). +Ctrl-I - Toggle italic (displays as down-arrow). +Ctrl-shift-U - Toggle underline (displays as right-arrow). Other: |
