mud/src/mudlib/zmachine
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
..
__init__.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
bitfield.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
glk.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
LICENSE Port 12 trivial opcodes to hybrid z-machine interpreter 2026-02-09 20:44:21 -05:00
quetzal.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
trivialzui.py Fix backspace echo for terminals that send chr(127) 2026-02-09 23:11:43 -05:00
zaudio.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
zcpu.py Fix signed comparison in op_jl 2026-02-09 23:04:52 -05:00
zfilesystem.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
zlexer.py Truncate words to dictionary resolution before lookup 2026-02-09 23:04:56 -05:00
zlogging.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
zmachine.py Implement op_verify and wire ZLexer into sread for Zork 1 2026-02-09 20:57:15 -05:00
zmemory.py Document write_word permission model in zmemory 2026-02-09 21:46:52 -05:00
zobjectparser.py Fix BitField slice and off-by-one bugs in zobjectparser.py 2026-02-09 22:54:32 -05:00
zopdecoder.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
zscreen.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
zstackmanager.py Fix return value storage in finish_routine 2026-02-09 23:04:54 -05:00
zstream.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
zstreammanager.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
zstring.py Log warning for undefined ZSCII characters 2026-02-09 21:47:20 -05:00
zui.py Port 12 trivial opcodes to hybrid z-machine interpreter 2026-02-09 20:44:21 -05:00