Subj : src/sbbs3/inkey.cpp js_console.cpp sbbs.h To : Git commit to main/sbbs/master From : Rob Swindell Date : Sun Jul 03 2022 08:49 pm https://gitlab.synchro.net/main/sbbs/-/commit/bca6eb52e53f58705ac9fb5d Modified Files: src/sbbs3/inkey.cpp js_console.cpp sbbs.h Log Message: Setting console.mouse_mode to true enables default mouse=enabled mode A single source of truth is now used for SBBS's mouse mode (MOUSE_MODE_ON). A JS script doesn't need to know what SBBS's preferred/default mouse-enabled mode flags are, just set to this property to "true". Setting to "false" is the same as setting to MOUSE_MODE_OFF (0). .