aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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.