A retro-looking font shows the configuration sequence I described.
https://assets.chaos.social/media_attachments/files/113/589/710/672/254/853/original/7bf6a1bc0684fb7d.png
I'm building a tiny terminal emulator from scratch, to better understand how they work!
And I found something cool: My backspace key wasn't working. I was sending ASCII 0x8 to `sh`, but it just replied with "^H".
Turns out you can change that! `stty -a` showed me that the erase character was set to "^?" (whatever that is). So I changed it with `stty erase ^H", and now it works!
`sh` even outputs the sequence <backspace><space><backspace>, like a typewriter "overtyping" a letter with a space!
GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.
All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.