Subversion Repositories Kolibri OS

Rev

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

Rev 4274 Rev 4316
Line 1359... Line 1359...
1359
 
1359
 
1360
;-----------------------------------------------------------------------------
1360
;-----------------------------------------------------------------------------
1361
proc key.return ;///// CARRIAGE RETURN ///////////////////////////////////////
1361
proc key.return ;///// CARRIAGE RETURN ///////////////////////////////////////
1362
;-----------------------------------------------------------------------------
1362
;-----------------------------------------------------------------------------
1363
	call	delete_selection
-
 
-
 
1363
	call	delete_selection
-
 
1364
; unknown how many times the user wants to press "Enter",
1364
 
1365
; so you should do a little more value
1365
	mov	eax,14
1366
	mov	eax,14*100
Line 1366... Line 1367...
1366
	call	editor_realloc_lines
1367
	call	editor_realloc_lines
1367
 
1368