Subj : src/conio/cterm.c src/syncterm/CHANGES term.c To : Git commit to main/sbbs/master From : Deucе Date : Wed Feb 05 2025 09:51 pm https://gitlab.synchro.net/main/sbbs/-/commit/a2852408240da9db2f7a4825 Modified Files: src/conio/cterm.c src/syncterm/CHANGES term.c Log Message: Fix mappings in Beeb and Prestel modes In Beeb mode, receiving the byte on the left prints the one on the right: # -> # _ -> — ` -> £ In Prestel: # -> £ _ -> # ` -> — Keyboard mappings adjusted so what you press is what you see. .