boxlib/tree_list: react on double click as on enter

ftpc: set default user and server (kolibrios.org), some cosmetic improvements
beat and playnote: add to ISO

git-svn-id: svn://kolibrios.org@7959 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2020-05-20 13:15:53 +00:00
parent 12a6b7f2fb
commit baa8e3dca2
6 changed files with 43 additions and 31 deletions

View File

@@ -240,7 +240,12 @@ push eax ebx
;------------------------------------------------
.mouse_next:
mcall SF_MOUSE_GET,SSF_BUTTON
mcall SF_MOUSE_GET,SSF_BUTTON_EXT
test eax,$01000000
jz @f
call tl_on_press
ret
@@:
bt eax,0 ;left mouse button press
pop ebx eax
jae .no_draw