• src/sbbs3/echocfg.c src/sbbs3/scfg/scfg.c

    From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Tue Feb 13 17:42:50 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/0988748670379e87dd39919c
    Modified Files:
    src/sbbs3/echocfg.c src/sbbs3/scfg/scfg.c
    Log Message:
    Make the default text (video) mode "LCD 80x25" (42), square pixel 80x25 mode

    This was the auto/default mode before commit c9cf87da

    If you really want the VGA aspect ratio, use the '-v41' option.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Tue Feb 13 17:52:28 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/5e574a747cb2054c8c30be23
    Modified Files:
    src/sbbs3/echocfg.c src/sbbs3/scfg/scfg.c
    Log Message:
    Need to include ciolib.h for enum text_mode definition
    --- SBBSecho 3.20-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 Sun Apr 28 14:58:01 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b1ce58adb7d83fc0ebf29274
    Modified Files:
    src/sbbs3/echocfg.c src/sbbs3/scfg/scfg.c
    Log Message:
    Add -s option to set window scaling factor (e.g. 1.5 to set 50% bigger)

    This is an attempt to make Nelgin happy (issue #749) without writing/reading
    an additional settings file.
    --- SBBSecho 3.20-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 Wed May 15 19:47:42 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/5893d07f22f0d38c2d0acff1
    Modified Files:
    src/sbbs3/echocfg.c src/sbbs3/scfg/scfg.c
    Log Message:
    Set ciolib_initial_mode before calling initciolib()

    ... rather than calling textmode() after.

    This solves the problem of black bars above and below the UIFC window in echocfg and SCFG on ChromeOS, at least.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)