forked from KolibriOS/kolibrios
Ftpc: Update (#185)
- fix for bugs with buffers 'remote_list_buf', 'buf_buffer2'; - fix stack leak when navigating files; - change sorting of folders and files, clean code; - added option to show|hide log; - icons are taken from @reshare; - added icons to the 'disconnect' and 'search' buttons. Reviewed-on: KolibriOS/kolibrios#185 Reviewed-by: Max Logaev <maxlogaev@proton.me> Co-authored-by: IgorA <aie85playm@gmail.com> Co-committed-by: IgorA <aie85playm@gmail.com>
This commit is contained in:
@@ -170,6 +170,7 @@ proc tl_key uses ebx ecx edi, tlist:dword
|
||||
cmp tl_on_press,0
|
||||
je @f
|
||||
call tl_on_press
|
||||
jmp .no_edit
|
||||
@@:
|
||||
cmp ah,byte[ecx+1] ;Space
|
||||
jne @f
|
||||
|
||||
Reference in New Issue
Block a user