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. |
||
|---|---|---|
| .. | ||
| mudlib | ||
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. |
||
|---|---|---|
| .. | ||
| mudlib | ||