• src/conio/cterm.c cterm.h

    From Deuce to Git commit to main/sbbs/master on Friday, June 02, 2023 07:58:11
    https://gitlab.synchro.net/main/sbbs/-/commit/d225118a00b1d3f29f4e03b3
    Modified Files:
    src/conio/cterm.c cterm.h
    Log Message:
    Fix bracketpaste and erase line

    The bracketpaste "bit" was set to 0x16, not 0x10 or 16 as intended.
    Erase line would erase the wrong line if the scrolling region didn't
    start on line 1.
  • From Deuc╨╡ to Git commit to main/sbbs/master on Sunday, November 03, 2024 01:18:08
    https://gitlab.synchro.net/main/sbbs/-/commit/8cadf8851f5c3222b785fe28
    Modified Files:
    src/conio/cterm.c cterm.h
    Log Message:
    Implement the remote programming protocol.

    I don't expect anything actually uses this...
  • From Deuc╨╡@shurd@sasktel.net to Git commit to main/sbbs/master on Thursday, January 23, 2025 09:47:27
    https://gitlab.synchro.net/main/sbbs/-/commit/68c323ad69e6c634fa04f9bc
    Modified Files:
    src/conio/cterm.c cterm.h
    Log Message:
    Remove CTERM_WITHOUT_CONIO "support"

    This has only ever worked briefly, and makes the code more confusing.