diff options
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -20,15 +20,6 @@ Other stuff: - [*] Start+A should *always* switch windows, even if all are inactive. It can act like Start+Left in that case. - [*] Auto-pinging the server seems to work, but needs more testing. -- [*] Write a cgetc() replacement that doesn't call the OS K: "get one byte" - routine. I was avoiding it because it will need a 192-byte table - (keycode -> atascii lookup)... but I'm spending more than 192 bytes - of code on keycode-filtering, and it's not even complete. -- [*] Filter out the rest of the keystrokes that causes cgetc() to block. - Includes ctrl-/, ctrl-8, ctrl-9, maybe others (The_Doctor__). A - cgetc() replacement will take care of this. -- [*] Filtered-out keystrokes (ctrl-3 and friends) shouldn't even bring up - the editbox, if it's not already showing. - Load/save config files to N:SD///.FujiNetChat or such. Since we *have* to have a FujiNet anyway, might as well make better use of it. - Rewrite the incoming message parser! It needs to work more like |
