Subversion Repositories Kolibri OS

Rev

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

Rev 6021 Rev 7757
Line 5... Line 5...
5
	int active;	
5
	int active;	
6
	int add();
6
	int add();
7
	int back();
7
	int back();
8
	int forward();
8
	int forward();
9
	dword current();
9
	dword current();
10
} history;
10
};
Line 11... Line 11...
11
 
11
 
12
int _history::add(dword in)
12
int _history::add(dword in)
13
{
13
{
14
	if (!strcmp(in, items.get(active-1))) return 0;
14
	if (!strcmp(in, items.get(active-1))) return 0;