Subj : exec/user_settings.js To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Mon Mar 11 2024 02:07 pm https://gitlab.synchro.net/main/sbbs/-/commit/4ddf62f3007b4eb1826e81fa Modified Files: exec/user_settings.js Log Message: Don't allow terminal columns and rows to be set to -1 Range check return value of console.getnum(), as is done in useredit.cpp. The user hitting ^C at eithe of the terminal columns or rows prompts would set that value -1. .