Subj : src/sbbs3/con_hi.cpp js_console.cpp sbbs.h 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/fffb5647688969e35e000418 Modified Files: src/sbbs3/con_hi.cpp js_console.cpp sbbs.h Log Message: Modernize sbbs_t::uselect() Store the items in a vector and don't display them (or the header) until the final prompt call. This will allow us to support a loadable module that can replace this functionality next. .