Subversion Repositories Kolibri OS

Rev

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

Rev 824 Rev 987
Line 99... Line 99...
99
	mov	[cur_editor.Caret.X],eax
99
	mov	[cur_editor.Caret.X],eax
100
	mov	[cur_editor.Caret.Y],eax
100
	mov	[cur_editor.Caret.Y],eax
101
	mov	[cur_editor.SelStart.X],eax
101
	mov	[cur_editor.SelStart.X],eax
102
	mov	[cur_editor.SelStart.Y],eax
102
	mov	[cur_editor.SelStart.Y],eax
103
	mov	edi,[cur_editor.Lines]
103
	mov	edi,[cur_editor.Lines]
104
	add	edi,4
104
	add	edi,sizeof.EDITOR_LINE_DATA
105
	mov	ecx,10
105
	mov	ecx,10
106
	mov	[edi-4],ecx
106
	mov	[edi-sizeof.EDITOR_LINE_DATA+EDITOR_LINE_DATA.Size],ecx
107
	mov	[edi+10],eax
107
	mov	[edi+10],eax
108
	mov	al,' '
108
	mov	al,' '
109
	cld
109
	cld
110
	rep	stosb
110
	rep	stosb