mirror of
https://github.com/A2osX/A2osX.git
synced 2024-12-25 04:30:59 +00:00
LIBTUI:bugfix in LBOX for PRESSED event
This commit is contained in:
parent
70a1e940ed
commit
adc09c0812
Binary file not shown.
@ -119,6 +119,8 @@ LBOX.Run ldy #S.OBJ.S
|
||||
|
||||
.3 cmp #C.SPACE
|
||||
bne .9
|
||||
|
||||
jsr LBOX.SetpVar
|
||||
|
||||
ldy #S.LBOX.EV.PRESSED
|
||||
lda (ZPObjPtr),y
|
||||
@ -191,7 +193,7 @@ LBOX.SetpVar ldy #S.LBOX.Idx
|
||||
|
||||
.8 clc
|
||||
|
||||
LBOX.SetpVar.9 rts
|
||||
rts
|
||||
*--------------------------------------
|
||||
MAN
|
||||
SAVE usr/src/lib/libtui.s.lbox
|
||||
|
Loading…
Reference in New Issue
Block a user