better up/dwn arrows, docu

git-svn-id: svn://kolibrios.org@6822 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
siemargl
2017-01-01 22:28:50 +00:00
parent 624f3666a5
commit 0a3c951b56
15 changed files with 181 additions and 148 deletions

View File

@@ -2,11 +2,7 @@
int cmd_about(char param[])
{
char message[] = {
"\
\n\r\
Shell %s\n\r\n\r\
"};
char message[] = {"Shell %s\n\r"};
printf(message, SHELL_VERSION);
return TRUE;