• src/conio/cterm.c src/syncterm/CHANGES

    From Deucе@VERT to Git commit to main/sbbs/master on Wednesday, February 05, 2025 14:22:16
    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.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wednesday, February 12, 2025 13:21:42
    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.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wednesday, March 05, 2025 09:31:00
    https://gitlab.synchro.net/main/sbbs/-/commit/3fffa30ca5504fc7113e61c8
    Modified Files:
    src/conio/cterm.c src/syncterm/CHANGES
    Log Message:
    Document changes, bump CTerm revision

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wednesday, April 23, 2025 13:57:48
    https://gitlab.synchro.net/main/sbbs/-/commit/97a64bccd893a9dd7ccd568d
    Modified Files:
    src/conio/cterm.c src/syncterm/CHANGES
    Log Message:
    Fix LCF mode

    When wrapping due to a character being written, be sure to move to
    the next line before writing the new character.

    LCF mode was badly broken, so I guess nobody was using it?

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Monday, August 11, 2025 05:09:36
    https://gitlab.synchro.net/main/sbbs/-/commit/cc403be3b6078a63f1341092
    Modified Files:
    src/conio/cterm.c src/syncterm/CHANGES
    Log Message:
    Fix divide-by-zero in invalid ANSI music

    Reported in ticket 206.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, June 28, 2026 00:02:14
    https://gitlab.synchro.net/main/sbbs/-/commit/db0274263c1e992d5c56cb09
    Modified Files:
    src/conio/cterm.c src/syncterm/CHANGES
    Log Message:
    Some Prestel fixes

    1. Pass ESC through
    2. Support "cursor on mode" as documented in the Acorn Prestel manual
    3. Fix HOME binding for Prestel
    4. Pass through CTRL-L and CTRL-T (Clear screen and delete line)

    This adds the bits that the online frame editor appears to have made
    use of (per the Prestel Custom Handbook).

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net