From 6480562f03dd54e58fc14b4253b29b1543a0cda1 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 16 Mar 2026 08:51:30 -0400 Subject: Update TODO, add doc/scrollback.txt. --- TODO | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 4b92e2d..e2fe65b 100644 --- a/TODO +++ b/TODO @@ -12,6 +12,8 @@ FujiChat features, we're almost at parity! Other stuff: +- More scrollback. Of course it needs more memory... see doc/scrollback.txt + for my ideas on this. - Status indicators # M J etc should disappear at some point. When the user switches windows. Also maybe there should be a timer. - ^U works, but is slow (calls backspace() in a loop, which does a @@ -38,11 +40,6 @@ Other stuff: make this useful would probably bloat the code too much. Some way to change the IRC server/port within the app would be very useful though. -- Loading/title screen. Display immediately before the config init - segment is loaded, and again when it runs the client. Its DL and - data can be kept in scrollback RAM, since scr_init() clears it. - Should be small & simple (one line of GR.2 probably). Have to - not disable ANTIC DMA during the client load. - Input box history. Up-arrow to recall previous command. Unfortunately this needs a lot of RAM. Maybe just one previous command, so you can up-arrow to re-ping someone, etc. -- cgit v1.2.3