mirror of
https://github.com/ksherlock/itty-bitty-vtty.git
synced 2024-11-21 05:31:06 +00:00
backspace in column 0 was falling through to tab.
This commit is contained in:
parent
6c8da61822
commit
31394e84c4
@ -228,7 +228,7 @@ ctrl_08 ; back space
|
||||
dec
|
||||
sta x
|
||||
jmp recalc_cursor_x
|
||||
:rts
|
||||
:rts rts
|
||||
|
||||
ctrl_09 ; tab
|
||||
* vt100 has adjustable tabs.
|
||||
|
Loading…
Reference in New Issue
Block a user