mirror of
https://github.com/A2osX/A2osX.git
synced 2025-04-28 11:37:41 +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
|
.3 cmp #C.SPACE
|
||||||
bne .9
|
bne .9
|
||||||
|
|
||||||
|
jsr LBOX.SetpVar
|
||||||
|
|
||||||
ldy #S.LBOX.EV.PRESSED
|
ldy #S.LBOX.EV.PRESSED
|
||||||
lda (ZPObjPtr),y
|
lda (ZPObjPtr),y
|
||||||
@ -191,7 +193,7 @@ LBOX.SetpVar ldy #S.LBOX.Idx
|
|||||||
|
|
||||||
.8 clc
|
.8 clc
|
||||||
|
|
||||||
LBOX.SetpVar.9 rts
|
rts
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
MAN
|
MAN
|
||||||
SAVE usr/src/lib/libtui.s.lbox
|
SAVE usr/src/lib/libtui.s.lbox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user