This was probably a result of a search & replace, and I forgot to remove this stuff. I had defined my own KEY_PAGE_UP and KEY_PAGE_DOWN a long time ago.
From Eric Oulashin to GitLab note in main/sbbs on Sat Jan 25 21:49:44 2025
My concern was whether the sysop is using their own customized text for that string - Would bbs.revert_text() revert to the sysop's customized string, or back to the stock string?
From Rob Swindell to GitLab note in main/sbbs on Sat Jan 25 21:53:12 2025
`bbs.revert_text()` reverts to whatever the sysop has set in your text.dat or text.ini files. It's intended to just undo whatever dynamic changes are made via Baja or JS, so it's the right thing to use in this instance.
From Eric Oulashin to GitLab note in main/sbbs on Sat Jan 25 22:08:23 2025