(notepad) Fixed issue with linebreak sprites

This commit is contained in:
Devine Lu Linvega 2023-05-01 21:36:37 -07:00
parent 6fd9d77d67
commit 3eb7c809b6
1 changed files with 4 additions and 1 deletions

View File

@ -518,9 +518,12 @@ JMP2r
@char-addr ( char -- addr* ) @char-addr ( char -- addr* )
DUP #7e GTH ?&missing DUP #7e GTH ?&missing
#20 SUB #00 SWP #50 SFT2 ;font/glyphs ADD2 DUP #20 LTH ?&blank
#20 SUB
#00 SWP #50 SFT2 ;font/glyphs ADD2
JMP2r JMP2r
&blank POP ;font/glyphs JMP2r
&missing POP ;error-icn JMP2r &missing POP ;error-icn JMP2r
@char-width ( char -- width* ) @char-width ( char -- width* )