1. Shell updated to 0.4.4. Author: Albom

2. @SS [ScreenSaver] now reacts to key pressing

git-svn-id: svn://kolibrios.org@1647 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Nasarus
2010-10-07 13:43:56 +00:00
parent 97f05bd867
commit 99bb0c8af2
34 changed files with 112 additions and 1512 deletions

View File

@@ -104,6 +104,8 @@ for (;i>0;--i)
void kol_main()
{
NUM_OF_CMD = sizeof(COMMANDS)/sizeof(COMMANDS[0]);
strcpy(title, "SHELL ");
strcat(title, SHELL_VERSION);
CONSOLE_INIT(title);
@@ -113,6 +115,8 @@ dir_truncate(cur_dir);
con_set_cursor_height(con_get_font_height()-1);
ALIASES = malloc(128*1024);
if (strlen(PARAM) > 0)
strcpy(CMD, PARAM);
else