backspace in column 0 was falling through to tab.

This commit is contained in:
Kelvin Sherlock 2021-10-03 16:09:39 -04:00
parent 6c8da61822
commit 31394e84c4
1 changed files with 1 additions and 1 deletions

View File

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