Subversion Repositories Kolibri OS

Rev

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

Rev 8929 Rev 8932
Line 2185... Line 2185...
2185
	jl .no_colors
2185
	jl .no_colors
2186
	mov edx,ted_tex
2186
	mov edx,ted_tex
2187
	@@:
2187
	@@:
2188
		call ted_text_find_sel_color
2188
		call ted_text_find_sel_color
2189
		cmp edx,ted_tex_1
2189
		cmp edx,ted_tex_1
-
 
2190
		jg @b
-
 
2191
 
-
 
2192
	xor ax,ax
-
 
2193
	mov edx,ted_tex
-
 
2194
	.cycle0:
-
 
2195
		call ted_iterat_next
-
 
2196
		cmp edx,ted_tex_1
2190
		jle .no_colors
2197
		jle .no_colors
-
 
2198
		mov al,byte[edx+1]
-
 
2199
		or al,al
-
 
2200
		jz .cycle0
-
 
2201
		cmp ah,al
2191
		jmp @b
2202
		jne @f
-
 
2203
			mov byte[edx+1],0 ;᫨ﭨ¥ à冷¬ áâ®ïé¨å á«®¢ ®¤­®£® 梥â 
-
 
2204
		@@:
-
 
2205
		shl ax,8
-
 
2206
		jmp .cycle0
2192
	.no_colors:
2207
	.no_colors:
2193
	pop edx eax
2208
	pop edx eax
2194
	ret
2209
	ret