mirror of
https://github.com/ksherlock/itty-bitty-vtty.git
synced 2024-11-21 20:30:56 +00:00
show all SGR (inverse, bold, underscore, blink) as inverted.
This commit is contained in:
parent
900dccb3d1
commit
c2d3ee0f28
@ -473,8 +473,11 @@ csi_m
|
||||
blt :loop
|
||||
|
||||
* now update - bit 7 indicates inverse.
|
||||
stz draw_inverse
|
||||
lda SGR
|
||||
and #$80
|
||||
beq :rts
|
||||
lda #$80
|
||||
* and #$80
|
||||
sta draw_inverse
|
||||
|
||||
:rts rts
|
||||
|
Loading…
Reference in New Issue
Block a user