diff options
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. |
