mud/src
Jared Miller ec4e53b2d4
Fix backspace echo for terminals that send chr(127)
The input detection handled both chr(8) and chr(127) but the echo
logic only checked chr(8). Most modern terminals send chr(127) for
backspace, so the cursor never moved back visually.
2026-02-09 23:11:43 -05:00
..
mudlib Fix backspace echo for terminals that send chr(127) 2026-02-09 23:11:43 -05:00