mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-28 17:29:41 +03:00
Box_Lib - Filebrowser check of data before a mark of files (Insert key or Right Click for OpenDialog)
git-svn-id: svn://kolibrios.org@4154 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
771c8b14b8
commit
10eb589290
@ -1310,6 +1310,10 @@ fb_key:
|
|||||||
jmp .arrow_down
|
jmp .arrow_down
|
||||||
;-------------------------------------------------------
|
;-------------------------------------------------------
|
||||||
.mark_1:
|
.mark_1:
|
||||||
|
mov eax,fb_folder_block
|
||||||
|
test eax,eax
|
||||||
|
jz .exit
|
||||||
|
|
||||||
xor eax,eax
|
xor eax,eax
|
||||||
mov ax,fb_start_draw_cursor_line
|
mov ax,fb_start_draw_cursor_line
|
||||||
xor edx,edx
|
xor edx,edx
|
||||||
@ -1336,6 +1340,7 @@ fb_key:
|
|||||||
inc al
|
inc al
|
||||||
and al,1
|
and al,1
|
||||||
mov [esi],al
|
mov [esi],al
|
||||||
|
.exit:
|
||||||
ret
|
ret
|
||||||
;-------------------------------------------------------
|
;-------------------------------------------------------
|
||||||
.mark_all:
|
.mark_all:
|
||||||
|
Loading…
Reference in New Issue
Block a user