Subversion Repositories Kolibri OS

Rev

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

Rev 311 Rev 312
Line 994... Line 994...
994
;-----------------------------------------------------------------------------
994
;-----------------------------------------------------------------------------
995
func editor_check_for_changes ;///// EDITOR CHANGES CHECKER //////////////////
995
func editor_check_for_changes ;///// EDITOR CHANGES CHECKER //////////////////
996
;-----------------------------------------------------------------------------
996
;-----------------------------------------------------------------------------
997
	call	.check_cursor_visibility
997
	call	.check_cursor_visibility
998
 
998
  .direct:
999
	xor	edx,edx
999
	xor	edx,edx
Line 1000... Line 1000...
1000
 
1000
 
1001
	mov	eax,[cur_editor.Lines.Count]
1001
	mov	eax,[cur_editor.Lines.Count]
1002
	cmp	eax,[checker_ed.Lines.Count]
1002
	cmp	eax,[checker_ed.Lines.Count]