~rabbits/left

57b398d5e8e2258262dccae96707a12949e9b6d3 — Devine Lu Linvega 2 months ago 6991699
Do not recapture on-console during untrap
1 files changed, 2 insertions(+), 1 deletions(-)

M src/left.tal
M src/left.tal => src/left.tal +2 -1
@@ 53,6 53,8 @@
	;file-new JSR2
	#01 ;draw-state JSR2
	;draw-spacer JSR2
	( unlock )
	;on-console .Console/vector DEO2
	;untrap JSR2

BRK


@@ 99,7 101,6 @@ JMP2
	#0000 .Screen/vector DEO2
	;on-button .Controller/vector DEO2
	;on-mouse .Mouse/vector DEO2
	;on-console .Console/vector DEO2
	#00 .Mouse/state DEO

	( if filepath is empty, reset to untitled )