• src/syncterm/bbslist.c bbslist.h syncterm.c

    From rswindell@1:103/705 to CVS commit on Mon Feb 5 15:50:34 2018
    src/syncterm bbslist.c 1.205 1.206 bbslist.h 1.47 1.48 syncterm.c 1.206 1.207 Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv24124

    Modified Files:
    bbslist.c bbslist.h syncterm.c
    Log Message:
    Added the "missing" 80x30 screen mode.


    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From deuce@1:103/705 to CVS commit on Tue Feb 6 22:06:47 2018
    src/syncterm bbslist.c 1.206 1.207 bbslist.h 1.48 1.49 syncterm.c 1.207 1.208 Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv2726

    Modified Files:
    bbslist.c bbslist.h syncterm.c
    Log Message:
    Add support for new 132-column modes.



    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat May 22 21:57:15 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/f778a14417261660a5114521
    Modified Files:
    src/syncterm/bbslist.c bbslist.h syncterm.c
    Log Message:
    Use the screen modes enum, not names array for ini parsingAny screen mode where
    the description and the enum value were notidentical (ie: ones with spaces or parenthesis) would not be usedat startup correctly.Reported by DigitalMan via Discord
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Jun 8 21:51:37 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/6ab97913e29853f6bfa0d450
    Modified Files:
    src/syncterm/bbslist.c bbslist.h syncterm.c
    Log Message:
    Add "Yellow Is Yellow" option.This allows the ANSI yellow colour to be yellow instead of thebrown used in IBM CGA monitors.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat Mar 1 17:07:19 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/b349eda58925700b2bec0c71
    Modified Files:
    src/syncterm/bbslist.c bbslist.h syncterm.c
    Log Message:
    Allow specifying a palette in a list entry.

    A palette must be decimal integers separated by commas.
    The integer represents the RRGGBB value (8-bits per channel) of
    the desired colour.

    Someday I'll do a proper picker here, but not for 1.x
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)