• src/sbbs3/jsexec.c

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Saturday, October 25, 2025 15:58:06
    https://gitlab.synchro.net/main/sbbs/-/commit/f9bc5fbe046fe67693126d2c
    Modified Files:
    src/sbbs3/jsexec.c
    Log Message:
    Eliminate unnecessary calls to fileno(), replace with symbolic constants
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Saturday, October 25, 2025 15:58:06
    https://gitlab.synchro.net/main/sbbs/-/commit/84fd9628756f2ee301a42cd6
    Modified Files:
    src/sbbs3/jsexec.c
    Log Message:
    Only change the terminal/tty state if both the input AND output are TTY

    ... so when the output is redirected (e.g. to 'more' or 'less') we don't leave the terminal in a bad state when terminating.

    Fixes issue #999
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)