Subversion Repositories Kolibri OS

Rev

Rev 2174 | Rev 3245 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2174 Rev 2735
Line 24... Line 24...
24
	strcpy(CMD_HISTORY[2], CMD_HISTORY[1]);
24
	strcpy(CMD_HISTORY[2], CMD_HISTORY[1]);
25
	strcpy(CMD_HISTORY[1], CMD_HISTORY[0]);
25
	strcpy(CMD_HISTORY[1], CMD_HISTORY[0]);
26
 
26
 
Line 27... Line 27...
27
	strcpy(CMD_HISTORY[0], CMD);
27
	strcpy(CMD_HISTORY[0], CMD);
-
 
28
	
-
 
29
	if (CMD_HISTORY_NUM_REAL < CMD_HISTORY_NUM)
-
 
30
		CMD_HISTORY_NUM_REAL++;
-
 
31
	
28
	}
32
	}
Line 29... Line 33...
29
 
33
 
Line 30... Line 34...
30
}
34
}