Shell 0.5.4: changes in console apps; history cmd added; ccpuid, free, killall cmds came back.

git-svn-id: svn://kolibrios.org@2735 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Albom
2012-06-04 12:54:51 +00:00
parent c876fb5ca5
commit a2ca7586dc
14 changed files with 114 additions and 39 deletions

View File

@@ -26,6 +26,10 @@ if ( (0 != strcmp( CMD_HISTORY[0], CMD)) &&
strcpy(CMD_HISTORY[1], CMD_HISTORY[0]);
strcpy(CMD_HISTORY[0], CMD);
if (CMD_HISTORY_NUM_REAL < CMD_HISTORY_NUM)
CMD_HISTORY_NUM_REAL++;
}
}