mirror of
https://github.com/ksherlock/itty-bitty-vtty.git
synced 2024-12-21 16:29:16 +00:00
auto-wrap wasn't advancing the cursor after wrapping.
This commit is contained in:
parent
c15ae6ac4c
commit
22d1c744bb
@ -308,7 +308,7 @@ draw_char_raw ent
|
||||
jsr recalc_cursor
|
||||
pla
|
||||
sta [cursor_base] ; offset 0
|
||||
rts
|
||||
jmp advance_x
|
||||
|
||||
:scroll
|
||||
pha ; save
|
||||
@ -317,7 +317,7 @@ draw_char_raw ent
|
||||
jsr recalc_cursor_x
|
||||
pla
|
||||
sta [cursor_base] ; offset 0
|
||||
rts
|
||||
jmp advance_x
|
||||
|
||||
|
||||
* erase screen commands are not affected by origin or scrolling region.
|
||||
|
Loading…
Reference in New Issue
Block a user