Subj : src/sbbs3/js_console.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sat Jan 03 2026 11:32 pm https://gitlab.synchro.net/main/sbbs/-/commit/686f2418cb1532b4d38d6d13 Modified Files: src/sbbs3/js_console.cpp Log Message: Expose the sbbs_t::uselect_count as console.uselect_count in JS It can be set, but only to values less than its current value. This is useful for tracking how many items were successfully added to a uselect list (considering filtering by ARS). .