From 819095bcf226d6b1a1cd71f8b0150710bc9850a0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 11 Mar 2026 23:43:58 -0400 Subject: Add Start+T, dup checking in scr_create(). --- doc/ideas.txt | 5 ----- doc/ui_keys.txt | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'doc') 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 . 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. -- cgit v1.2.3