Virtual Private Server (VPS) Hosting provided by Central Point Networking cpnllc.com
For some reason, the "Nodelist" and "Recent Callers" features are not working.
| Sysop: | Ray Quinn |
|---|---|
| Location: | Visalia, CA |
| Users: | 60 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 68:49:55 |
| Calls: | 12 |
| Files: | 12,938 |
| Messages: | 99,148 |
Check out the US 99 menu above for links to information about US Highway 99, after which the US 99 BBS is named.
Be sure to click on the Amateur Radio menu item above for packet BBSes, packet software, packet organizations, as well as packet how-to's. Also included is links to local and some not-so-local Amateur Radio Clubs.
each key I press. I don't care if arrows work or not. But I'd like backspace to work as designed instead of spamming my screen.
Key Output
Backspace ^H
Right arrow ^[[C
Left Arrow ^[[D
On 15 Oct 2025, Daniel said the following...
each key I press. I don't care if arrows work or not. But I'd like backspace to work as designed instead of spamming my screen.
Key OutputWhen calling the script from the menu editor, do something like;
Backspace ^H
Right arrow ^[[C
Left Arrow ^[[D
Command | (DD) Exec external program
Data | stty erase '^H' && /mystic/themes/default/scripts/scriptname.sh That's how I got around the backspace as delete issue, this should
help you find the answer to the other keys too.
Cheers!
.... We all live in a yellow subroutine...
Thank you so much broham. It appears, though, I can only implement
one. When I do:
stty erase '^[[C' && stty erase '^DD' && stty erase '^H' ...
the arrow keys still output the junk.