Subj : src/sbbs3/js_console.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Sat Jun 11 2022 02:30 pm https://gitlab.synchro.net/main/sbbs/-/commit/22f3aa787318183e0a3f5a11 Modified Files: src/sbbs3/js_console.cpp Log Message: Add console.progress() method This exposes the Synchronet internal sbbs_t::progress() method used to display a progress indication bar, e.g. "[ Scanning 10.0% ]" with the bar backfill effect (when supported by the terminal). .