mirror of
https://github.com/ksherlock/itty-bitty-vtty.git
synced 2024-11-21 20:30:56 +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
|
dec
|
||||||
sta x
|
sta x
|
||||||
jmp recalc_cursor_x
|
jmp recalc_cursor_x
|
||||||
:rts
|
:rts rts
|
||||||
|
|
||||||
ctrl_09 ; tab
|
ctrl_09 ; tab
|
||||||
* vt100 has adjustable tabs.
|
* vt100 has adjustable tabs.
|
||||||
|
Loading…
Reference in New Issue
Block a user