diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-16 08:51:30 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-16 08:51:30 -0400 |
| commit | 6480562f03dd54e58fc14b4253b29b1543a0cda1 (patch) | |
| tree | 5932c28aeeb752ddcffbcf0fcec3746246af783d /TODO | |
| parent | 7a0b5aefeca888f90633cf78f6eec702e21217e2 (diff) | |
| download | fujinet-chat-6480562f03dd54e58fc14b4253b29b1543a0cda1.tar.gz | |
Update TODO, add doc/scrollback.txt.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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. |
