mirror of
https://github.com/A2osX/A2osX.git
synced 2025-01-19 02:33:53 +00:00
EDIT : Fixed Help screen not printed properly
This commit is contained in:
parent
84efe1b604
commit
6e45564298
@ -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)
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user