Kernel 0.9.1 : Colors !!!! ;-)

This commit is contained in:
Rémy GIBERT 2017-10-05 21:03:12 +02:00
parent 6d2dcfae82
commit 3dadb01f26
4 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -465,9 +465,9 @@ OptionList >PSTR "ALRalr"
OptionVars .DA #bAllmostAll,#bLong,#bRecurse,#bAllmostAll,#bLong,#bRecurse
*--------------------------------------
MSG.DEVEXT >CSTR "%15s S%d,D%d Blocks Used:%5D Total:%5D\r\n"
MSG.DIR >CSTR "%s/"
MSG.DIR >CSTR "\e[32m%s/\e[0m"
MSG.ENTER >CSTR "Directory:%s\r\n"
MSG.DIREXT >CSTR "%16s <dir> %a %s %s\r\n"
MSG.DIREXT >CSTR "\e[32m%16s\e[0m <dir> %a %s %s\r\n"
MSG.FILE >CSTR "%19s"
MSG.FILEEXT >CSTR "%15s %S $%H %a %10u %s %s\r\n"
*--------------------------------------

View File

@ -453,7 +453,7 @@ PrintPrompt >LDYA L.ENV.PS1
>SYSCALL GetEnv.YA
>SYSCALL ExpandStr.YA
phx
>PUSHYA
>SYSCALL PrintF.YA
>LDYA L.MSG.PROMPT
>SYSCALL PrintF.YA
plx
@ -501,7 +501,7 @@ CSHCMDS >PSTR "IF"
.HS 00
*--------------------------------------
MSG.GREETINGS >CSTR "\r\nA2osX-Shell 0.9.1\r\n\r\n"
MSG.PROMPT >CSTR "%s$ "
MSG.PROMPT >CSTR "$ "
MSG.ECHO >CSTR ">%s\r\n"
MSG.ERROR >CSTR "[$%h]:%S.\r\n"
MSG.PRINTENV >CSTR "%s=%s\r\n"