• src/syncterm/term.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Saturday, September 27, 2025 20:08:56
    https://gitlab.synchro.net/main/sbbs/-/commit/8dee93ee8ead84c83c971e56
    Modified Files:
    src/syncterm/term.c
    Log Message:
    Use enum values for mouse mode.

    Also, in RIP mode, scroll wheel up enters scrollback, it doesn't
    send XTerm mouse commands to the remote. :D
    --- SBBSecho 3.29-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Friday, October 24, 2025 20:16:26
    https://gitlab.synchro.net/main/sbbs/-/commit/b9cfc7e81c0d260458d6f89c
    Modified Files:
    src/syncterm/term.c
    Log Message:
    Fix download window corruption

    Probobly introduced by eb1fd0eeb6d, the progress window would scroll
    when the progress bar was displayed.

    Two changes here... save/restore the window and cursor position
    in the _progress() functions, and disable window scrolling when
    updating the progress window.

    The first is just good hygene, the second is the actual fix.

    Should fix ticket 210
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Sunday, November 30, 2025 15:19:45
    https://gitlab.synchro.net/main/sbbs/-/commit/a05fec3af8ef4c76dbbaddde
    Modified Files:
    src/syncterm/term.c
    Log Message:
    Use GNU printf attribuite to detect (and fix) several printf-formatting bugs --- SBBSecho 3.32-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Sunday, November 30, 2025 15:19:45
    https://gitlab.synchro.net/main/sbbs/-/commit/62e58702ea70431b411b170b
    Modified Files:
    src/syncterm/term.c
    Log Message:
    Display a sensible error message if the X/YMODEM receive file is a directory

    Previously, it'd just display "Error 21 creating path/<filename>"
    --- SBBSecho 3.32-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Sunday, November 30, 2025 15:19:45
    https://gitlab.synchro.net/main/sbbs/-/commit/453cf4861513ea2b2b85fdaa
    Modified Files:
    src/syncterm/term.c
    Log Message:
    Eliminate double-slash in download file path if download dir ends in slash

    If the user-specified download path ends in a slash, we'd create a download path for x/ymodem-downloaded files with a double-slash. Fix that.
    --- SBBSecho 3.32-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Friday, December 05, 2025 21:21:09
    https://gitlab.synchro.net/main/sbbs/-/commit/76b61fd28481eb60d6d7db89
    Modified Files:
    src/syncterm/term.c
    Log Message:
    Use snprintf() appropriately when copying dldir
    --- SBBSecho 3.32-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Monday, December 15, 2025 17:20:56
    https://gitlab.synchro.net/main/sbbs/-/commit/61b94cdff4db351ae0d5805a
    Modified Files:
    src/syncterm/term.c
    Log Message:
    Fix warning for xmodem printf for status line
    --- SBBSecho 3.33-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)