Subversion Repositories Kolibri OS

Rev

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

Rev 1338 Rev 1343
Line 868... Line 868...
868
  mov edx,eax ;perv sumbol
868
  mov edx,eax ;perv sumbol
869
  pop eax
869
  pop eax
870
  call GetSymbColor
870
  call GetSymbColor
871
  ret
871
  ret
Line 872... Line -...
872
 
-
 
873
txtRow db '‘âப ',0
-
 
874
txtCol db '‡­ ª',0
-
 
875
txtOtm db 'Žâ¬¥­ë',0
-
 
876
 
872
 
877
draw_main_cursor:
873
draw_main_cursor:
Line 878... Line 874...
878
  push eax ebx ecx edx edi esi
874
  push eax ebx ecx edx edi esi
879
 
875
 
Line 1006... Line 1002...
1006
    mov edi,[WND_WORK_COLOR]
1002
    mov edi,[WND_WORK_COLOR]
Line 1007... Line 1003...
1007
    
1003
    
1008
    mov edx,txtBuf
1004
    mov edx,txtBuf
1009
    mov esi,buf
1005
    mov esi,buf
-
 
1006
    call strlen
1010
    call strlen
1007
if lang eq ru
1011
    cmp eax,15
1008
    cmp eax,15
1012
    jle .crop_buf
1009
    jle .crop_buf
1013
      mov eax,15
1010
      mov eax,15
-
 
1011
    .crop_buf:
-
 
1012
    mov esi,7 ;7=len(txtBuf)
-
 
1013
else
-
 
1014
    cmp eax,14
1014
    .crop_buf:
1015
    jle .crop_buf
-
 
1016
      mov eax,14
-
 
1017
    .crop_buf:
-
 
1018
    mov esi,8 ;8=len(txtBuf)
1015
    mov esi,7
1019
end if
Line 1016... Line 1020...
1016
    add esi,eax
1020
    add esi,eax
1017
 
1021
 
1018
    mov eax,4
1022
    mov eax,4