Subj : docs/v321_new.txt src/sbbs3/con_hi.cpp js_console.cpp load_cfg.c src/s To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Tue Feb 17 2026 11:05 pm https://gitlab.synchro.net/main/sbbs/-/commit/b9a7cb3eb20fd80a1f28e1ff Modified Files: docs/v321_new.txt src/sbbs3/con_hi.cpp js_console.cpp load_cfg.c src/sbbs3/scfg/scfgsys.c src/sbbs3/scfgdefs.h scfglib1.c scfgsave.c Log Message: Make uselect() functionality replaceable by loadable module ("Select Item") New JS console properties: - uselect_title - uselect_items[].name and .num I haven't worked-out the JSDOCS for the console.uselect_items[] yet I also made console.color_list[] enumerable as part of this commit since I'll be documenting that (long available) property along with console.uselect_items[]. Re-arranged/updated the list of Loadable Modules in SCFG a little bit. .