forked from KolibriOS/kolibrios
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:
parent
aa41bd5e39
commit
0f54cb31b1
@ -2624,6 +2624,12 @@ proc ted_but_copy, edit:dword
|
|||||||
mov al,byte[edx]
|
mov al,byte[edx]
|
||||||
mov byte[ebx],al
|
mov byte[ebx],al
|
||||||
inc ebx
|
inc ebx
|
||||||
|
cmp al,13
|
||||||
|
jne .no_13
|
||||||
|
mov byte[ebx],10 ;¤¥« ¥¬ ª®¥æ áâப¨ ¢ ¡ãä¥à¥ 13,10 ¤«ï ᮢ¬¥á⨬®áâ¨ á ¤à㣨¬¨ ¯à®£à ¬¬ ¬¨
|
||||||
|
inc ebx
|
||||||
|
inc ecx
|
||||||
|
.no_13:
|
||||||
|
|
||||||
call ted_iterat_next
|
call ted_iterat_next
|
||||||
jmp @b
|
jmp @b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user