Subj : src/syncterm/bbslist.c bbslist.h syncterm.c To : Git commit to main/sbbs/master From : Deucе Date : Sat May 22 2021 09:57 pm 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 parsing Any screen mode where the description and the enum value were not identical (ie: ones with spaces or parenthesis) would not be used at startup correctly. Reported by DigitalMan via Discord .