• src/syncterm/conn_pty.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Saturday, January 11, 2025 21:55:16
    https://gitlab.synchro.net/main/sbbs/-/commit/a8a2f09041c01e088a0b9321
    Modified Files:
    src/syncterm/conn_pty.c
    Log Message:
    Don't loop waiting to write entire received data to conn buf

    Shaves time down to 3.85 seconds.
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sunday, March 15, 2026 14:09:13
    https://gitlab.synchro.net/main/sbbs/-/commit/9a717836f4d23cef582114cd
    Modified Files:
    src/syncterm/conn_pty.c
    Log Message:
    Remove duplicate VEOL2 guard in conn_pty.c

    A duplicate #ifdef VEOL2 block was setting ts.c_cc[VEOL] instead of
    VEOL2 (typo). The correct assignment already exists later in the
    function, so the duplicate is simply removed.

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)