Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1646 → Rev 1647

/programs/system/shell/shell.c
104,6 → 104,8
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
 
con_set_cursor_height(con_get_font_height()-1);
 
ALIASES = malloc(128*1024);
 
if (strlen(PARAM) > 0)
strcpy(CMD, PARAM);
else