Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5578 → Rev 5579

/programs/develop/tinypad/trunk/tp-mouse.asm
197,10 → 197,11
mov ecx,6
idiv ecx
@@: add eax,[cur_editor.TopLeft.X]
 
cmp eax,[cur_editor.Columns.Count]
mov ecx, ebx
call get_line_offset
cmp eax,[esi]
jl @f
mov eax,[cur_editor.Columns.Count]
mov eax,[esi]
@@: cmp ebx,[cur_editor.Lines.Count]
jl @f
mov ebx,[cur_editor.Lines.Count]