Tinypad 4.0.4 in progress (tabs + memory manager)

git-svn-id: svn://kolibrios.org@259 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Mihail Semenyako (mike.dld)
2007-01-03 18:22:05 +00:00
parent 82ef5da45f
commit ce67c673a0
16 changed files with 2282 additions and 1086 deletions

View File

@@ -19,8 +19,8 @@ recode:
mov edi,table.koi.1251
.main:
mov ecx,[lines]
mov esi,AREA_EDIT
mov ecx,[cur_tab.Editor.Lines] ;! ecx,[lines]
mov esi,[cur_tab.Editor.Data] ;! AREA_EDIT
jecxz .exit
xor eax,eax
.lp0: dec ecx
@@ -30,7 +30,7 @@ recode:
@@: dec edx
js .lp0
lodsb
add al,-$80
add al,-$80
js @b
mov al,[edi+eax]
mov [esi-1],al