diff options
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -12,9 +12,10 @@ FujiChat features, we're almost at parity! Other stuff: -- Make control + 1 through 7 switch windows (same as Start), because - the XEGS and 1200XL Start keys are hard to reach while typing (brad - and MarkG). +- 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__). - Stop using ASCII translation on the FujiNet. It's turning a outgoing |
