From 31394e84c4e4424e772c6ab759fc54422e6ce842 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sun, 3 Oct 2021 16:09:39 -0400 Subject: [PATCH] backspace in column 0 was falling through to tab. --- vt100.main.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vt100.main.S b/vt100.main.S index 1b775b6..80164b2 100644 --- a/vt100.main.S +++ b/vt100.main.S @@ -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.