EDIT : Fixed Help screen not printed properly

This commit is contained in:
Rémy GIBERT 2016-11-01 17:12:32 +01:00
parent 84efe1b604
commit 6e45564298
2 changed files with 6 additions and 2 deletions

View File

@ -49,11 +49,15 @@ Ctrl.A ldy #PromptMode
.1 lda (ZPPTR1)
beq .8
>PUSHW L.SEQ.CEOL
>PUSHW ZPPTR1
>LDYA L.MSG.HELPLINE
>SYSCALL PrintFYA
bcs .9
>LDYA L.SEQ.CEOL
>SYSCALL PrintFYA
bcs .9
lda #13
>SYSCALL COutA
sec
lda (ZPPTR1)

View File

@ -456,7 +456,7 @@ MSG.STATUSBAR.R >CSTR "\e[%d;1H\e[7mReplace:%S\e[K\e[0m"
MSG.STATUSBAR.S >CSTR "\e[%d;1H\e[7mSave:%S\e[K\e[0m"
MSG.STATUSBAR.E >CSTR "\e[%d;1H\e[7mError:%h\e[K\e[0m"
MSG.GOTOXY >CSTR "\e[%d;%dH"
MSG.HELPLINE >CSTR "%S%s\n"
MSG.HELPLINE >CSTR "%S"
MSG.HELP >PSTR "All commands: (* = Not yet implemented)"
>PSTR "------------"
>PSTR " Ctrl-A : This help screen"