Subversion Repositories Kolibri OS

Rev

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

Rev 6857 Rev 6862
Line 3... Line 3...
3
extern char	PATH[256];
3
extern char	PATH[256];
4
extern char	PARAM[256];
4
extern char	PARAM[256];
Line 5... Line 5...
5
 
5
 
6
char		title[64];
6
char		title[64];
Line 7... Line 7...
7
char		cur_dir[256];
7
char		cur_dir[FILENAME_MAX];
Line 8... Line 8...
8
 
8
 
9
/// ===========================================================
9
/// ===========================================================
Line 10... Line 10...
10
 
10
 
Line 11... Line 11...
11
char		*ALIASES = NULL;
11
char		*ALIASES = NULL;
Line 12... Line 12...
12
unsigned	ALIAS_NUM = 0;
12
unsigned	ALIAS_NUM = 0;
13
 
13
 
14
/// ===========================================================
14
/// ===========================================================
15
 
15
 
16
#define CMD_HISTORY_NUM 11
16
#define CMD_HISTORY_NUM 11
Line 17... Line 17...
17
 
17