Shell 0.7.0. Command line editing implemented. + Some small fixes.

git-svn-id: svn://kolibrios.org@4015 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Albom
2013-10-13 10:47:59 +00:00
parent 1de6c3475c
commit f115e0da5a
8 changed files with 137 additions and 54 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ if (NULL == dir)
#if LANG_ENG
printf(" cd <directory>\n\r");
#elif LANG_RUS
printf(" cd <äčđĺęňîđč˙>\n\r");
printf(" cd <¤¨ŕĽŞâŽŕ¨ď>\n\r");
#endif
return TRUE;
}