• 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)