From ab2c13a26d23e336fca881e1375235aff4f2dc5e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 21 Mar 2026 04:56:41 -0400 Subject: Control and numbers 1-7 switch screens. --- TODO | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 2e52b4e..77797d9 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.3