Kernel version 0.9 : More BugFix in EDIT, Status line

This commit is contained in:
Rémy GIBERT 2017-03-06 21:45:56 +01:00
parent b24e053fee
commit 12f266493c
3 changed files with 4 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -214,7 +214,6 @@ SCRN.UpdateStatusBar
ldy #PromptMode ldy #PromptMode
lda (pData),y lda (pData),y
tax
bne .2 bne .2
ldy #FileY+1 ldy #FileY+1
@ -252,6 +251,10 @@ SCRN.UpdateStatusBar
jsr SCRN.InvLineA jsr SCRN.InvLineA
bcs .9 bcs .9
ldy #PromptMode
lda (pData),y
tax
>LDYA L.MSG.STATUSBAR,x >LDYA L.MSG.STATUSBAR,x
>SYSCALL CPrintFYA >SYSCALL CPrintFYA
bcs .9 bcs .9