make end line = (13,10) in copy buffer

git-svn-id: svn://kolibrios.org@5832 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
IgorA 2015-09-16 14:21:53 +00:00
parent aa41bd5e39
commit 0f54cb31b1

View File

@ -2624,7 +2624,13 @@ proc ted_but_copy, edit:dword
mov al,byte[edx]
mov byte[ebx],al
inc ebx
cmp al,13
jne .no_13
mov byte[ebx],10 ;¤¥« ¥¬ ª®­¥æ áâப¨ ¢ ¡ãä¥à¥ 13,10 ¤«ï ᮢ¬¥á⨬®áâ¨ á ¤à㣨¬¨ ¯à®£à ¬¬ ¬¨
inc ebx
inc ecx
.no_13:
call ted_iterat_next
jmp @b
@@: