Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4315 → Rev 4316

/programs/develop/tinypad/trunk/tp-key.asm
1361,8 → 1361,9
proc key.return ;///// CARRIAGE RETURN ///////////////////////////////////////
;-----------------------------------------------------------------------------
call delete_selection
 
mov eax,14
; unknown how many times the user wants to press "Enter",
; so you should do a little more value
mov eax,14*100
call editor_realloc_lines
 
mov ecx,[cur_editor.Caret.Y]