Subversion Repositories Kolibri OS

Rev

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

Rev 3466 Rev 3468
Line 8... Line 8...
8
"View in Tinypad   F3",52,
8
"View in Tinypad   F3",52,
9
"WIN               F5",54,
9
"WIN               F5",54,
10
"DOS           Ctrl+D",04,
10
"DOS           Ctrl+D",04,
11
"KOI           Ctrl+K",11,
11
"KOI           Ctrl+K",11,
12
"UTF           Ctrl+U",21,
12
"UTF           Ctrl+U",21,
13
"Line breaks ON"      ,01,
13
"Line breaks ON"      ,03,
14
"Free image cache"    ,02,
14
"Free image cache"    ,02,
15
"TrueType fonts"      ,05,
15
//"TrueType fonts"      ,05,
16
0}; 
16
0}; 
Line 17... Line 17...
17
 
17
 
Line 84... Line 84...
84
				for (i=0; i
84
				for (i=0; i
85
				{
85
				{
86
					if (i<>items_cur) EDX=0xFFFFFF; else EDX=0x94AECE;
86
					if (i<>items_cur) EDX=0xFFFFFF; else EDX=0x94AECE;
87
					DrawBar(1, i*ITEM_HEIGHT+1, ITEM_WIDTH-1, ITEM_HEIGHT, EDX);
87
					DrawBar(1, i*ITEM_HEIGHT+1, ITEM_WIDTH-1, ITEM_HEIGHT, EDX);
88
					WriteText(8,i*ITEM_HEIGHT+6,0x80,0x000000,ITEMS_LIST[i*2]);
88
					WriteText(8,i*ITEM_HEIGHT+6,0x80,0x000000,ITEMS_LIST[i*2]);
89
					if (ITEMS_LIST[i*2+1]==1) && (pre_text==2) DrawBar(ITEM_WIDTH-18, i*ITEM_HEIGHT+8, 4, 4, 0x444444);
89
					if (ITEMS_LIST[i*2+1]==3) && (pre_text==2) DrawBar(ITEM_WIDTH-18, i*ITEM_HEIGHT+8, 4, 4, 0x444444);
90
					if (ITEMS_LIST[i*2+1]==5) && (use_truetype==1) DrawBar(ITEM_WIDTH-18, i*ITEM_HEIGHT+8, 4, 4, 0x444444);
90
					if (ITEMS_LIST[i*2+1]==5) && (use_truetype==1) DrawBar(ITEM_WIDTH-18, i*ITEM_HEIGHT+8, 4, 4, 0x444444);
91
				}
91
				}
92
				DrawBar(33, cur_encoding+1*ITEM_HEIGHT+8, 4, 4, 0x444444); //ïîêàçûâàåò âûáðàíóþ êîäèðîâêó
92
				DrawBar(33, cur_encoding+1*ITEM_HEIGHT+8, 4, 4, 0x444444); //ïîêàçûâàåò âûáðàíóþ êîäèðîâêó
93
	}
93
	}
94
}
94
}