• src/conio/cterm.c src/syn

    From Deuc¿@VERT to Git commit to main/sbbs/m on Wed Feb 5 14:22:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/bea751bcce2fe280333c8eca
    Modified Files:
    src/conio/cterm.c src/syncterm/CHANGES
    Log Message:
    Disable Prestel ENQ/Memory in BBC Micro Mode 7

    There's very little evidence that Prestel terminals supported this,
    and zero evidence that BBC Micro terminals did.

    ESC and ENQ are ignored like all other control characters in Mode 7
    now.
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Wed Feb 5 21:51:00 2025
    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.
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Wed Feb 12 13:21:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/afbc482b908f9259639b29fd
    Modified Files:
    src/conio/cterm.c src/syncterm/CHANGES
    Log Message:
    Fix APB and APU from top in BBC Micro Mode 7

    Up from the top row scrolls down, does not wrap to bottom.

    Backspace from the top-left position scrolls down and moves the
    cursor to end end of the new top line, does not wrap to bottom.