aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-11 23:43:58 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-11 23:43:58 -0400
commit819095bcf226d6b1a1cd71f8b0150710bc9850a0 (patch)
tree2213f46d29b818d24172486a6c3193264f01da6b /doc
parent4ac4aa49d77da3f471ca34a025074cf4a10be841 (diff)
downloadfujinet-chat-819095bcf226d6b1a1cd71f8b0150710bc9850a0.tar.gz
Add Start+T, dup checking in scr_create().
Diffstat (limited to 'doc')
-rw-r--r--doc/ideas.txt5
-rw-r--r--doc/ui_keys.txt2
2 files changed, 2 insertions, 5 deletions
diff --git a/doc/ideas.txt b/doc/ideas.txt
index 55b5901..f70e47f 100644
--- a/doc/ideas.txt
+++ b/doc/ideas.txt
@@ -22,11 +22,6 @@ Features that should be implemented:
we won't be using WSYNC, it opens up the possibility of
using DLIs (if I can think of a useful use for them).
-- Keyboard buffer, if possible. Right now we miss the occasional
- keystroke when typing fast & furious during network I/O. Not
- sure how to accomplish this with FujiNet (the old FujiChat
- key buffer actually hooked into the SLIP code).
-
- Adaptive scrollback (dynamic screen size). Using fewer screens
would mean you get more scroll. Shorter screens steal lines from
the top of the tallest screen as needed. Requires a display list
diff --git a/doc/ui_keys.txt b/doc/ui_keys.txt
index c89df33..dd9b9e8 100644
--- a/doc/ui_keys.txt
+++ b/doc/ui_keys.txt
@@ -16,9 +16,11 @@ N - in channel screen, do a /names #channel. in [server], last
channel with traffic. no effect elsewhere.
P - in a query screen, do a /ping <nick>. in [private], last
nick who PMed. no effect elsewhere.
+T - /topic #channel
Future plans:
+E - show full editbox (instead of screen).
J - join last channel you were invited to.
Ctrl-X - in a channel screen, /part the channel and close the
screen. no effect elsewhere.