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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user