mirror of
https://github.com/A2osX/A2osX.git
synced 2024-12-29 01:33:40 +00:00
Kernel 0.9.1 : Colors !!!! ;-)
This commit is contained in:
parent
6d2dcfae82
commit
3dadb01f26
Binary file not shown.
Binary file not shown.
@ -465,9 +465,9 @@ OptionList >PSTR "ALRalr"
|
|||||||
OptionVars .DA #bAllmostAll,#bLong,#bRecurse,#bAllmostAll,#bLong,#bRecurse
|
OptionVars .DA #bAllmostAll,#bLong,#bRecurse,#bAllmostAll,#bLong,#bRecurse
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
MSG.DEVEXT >CSTR "%15s S%d,D%d Blocks Used:%5D Total:%5D\r\n"
|
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.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.FILE >CSTR "%19s"
|
||||||
MSG.FILEEXT >CSTR "%15s %S $%H %a %10u %s %s\r\n"
|
MSG.FILEEXT >CSTR "%15s %S $%H %a %10u %s %s\r\n"
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
|
@ -453,7 +453,7 @@ PrintPrompt >LDYA L.ENV.PS1
|
|||||||
>SYSCALL GetEnv.YA
|
>SYSCALL GetEnv.YA
|
||||||
>SYSCALL ExpandStr.YA
|
>SYSCALL ExpandStr.YA
|
||||||
phx
|
phx
|
||||||
>PUSHYA
|
>SYSCALL PrintF.YA
|
||||||
>LDYA L.MSG.PROMPT
|
>LDYA L.MSG.PROMPT
|
||||||
>SYSCALL PrintF.YA
|
>SYSCALL PrintF.YA
|
||||||
plx
|
plx
|
||||||
@ -501,7 +501,7 @@ CSHCMDS >PSTR "IF"
|
|||||||
.HS 00
|
.HS 00
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
MSG.GREETINGS >CSTR "\r\nA2osX-Shell 0.9.1\r\n\r\n"
|
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.ECHO >CSTR ">%s\r\n"
|
||||||
MSG.ERROR >CSTR "[$%h]:%S.\r\n"
|
MSG.ERROR >CSTR "[$%h]:%S.\r\n"
|
||||||
MSG.PRINTENV >CSTR "%s=%s\r\n"
|
MSG.PRINTENV >CSTR "%s=%s\r\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user