Handle linebreaks
This commit is contained in:
parent
95345d5941
commit
712ea57e81
|
@ -293,11 +293,14 @@ JMP2r
|
||||||
#0018 .Screen/y DEO2
|
#0018 .Screen/y DEO2
|
||||||
;mem
|
;mem
|
||||||
&while
|
&while
|
||||||
|
LDAk #0a NEQ ?&no-lb
|
||||||
|
draw-linebreak
|
||||||
|
INC2 LDAk walk-on AND ?&while JMP2r
|
||||||
|
&no-lb
|
||||||
( wrap )
|
( wrap )
|
||||||
LDAk #20 NEQ ?&no-wrap
|
LDAk #20 NEQ ?&no-wrap
|
||||||
DUP2 word-length .Screen/x DEI2 ADD2 #00d0 LTH2 ?&no-wrap
|
DUP2 word-length .Screen/x DEI2 ADD2 #00d0 LTH2 ?&no-wrap
|
||||||
#0008 .Screen/x DEO2
|
draw-linebreak
|
||||||
.Screen/y DEI2k #0010 ADD2 ROT DEO2
|
|
||||||
INC2 LDAk walk-on AND ?&while JMP2r
|
INC2 LDAk walk-on AND ?&while JMP2r
|
||||||
&no-wrap
|
&no-wrap
|
||||||
LDAk #20 SUB #00 SWP ;font ADD2 LDA #00 SWP .Screen/x DEI2 ADD2
|
LDAk #20 SUB #00 SWP ;font ADD2 LDA #00 SWP .Screen/x DEI2 ADD2
|
||||||
|
@ -383,11 +386,14 @@ JMP2r
|
||||||
|
|
||||||
#15 .Screen/auto DEO
|
#15 .Screen/auto DEO
|
||||||
&while
|
&while
|
||||||
|
LDAk #0a NEQ ?&no-lb
|
||||||
|
draw-linebreak
|
||||||
|
INC2 LDAk walk-on AND ?&while JMP2r
|
||||||
|
&no-lb
|
||||||
( wrap )
|
( wrap )
|
||||||
LDAk #20 NEQ ?&no-wrap
|
LDAk #20 NEQ ?&no-wrap
|
||||||
DUP2 word-length .Screen/x DEI2 ADD2 #00d0 LTH2 ?&no-wrap
|
DUP2 word-length .Screen/x DEI2 ADD2 #00d0 LTH2 ?&no-wrap
|
||||||
#0008 .Screen/x DEO2
|
draw-linebreak
|
||||||
.Screen/y DEI2k #0010 ADD2 ROT DEO2
|
|
||||||
INC2 LDAk ?&while
|
INC2 LDAk ?&while
|
||||||
&no-wrap
|
&no-wrap
|
||||||
|
|
||||||
|
@ -440,6 +446,13 @@ JMP2r
|
||||||
|
|
||||||
JMP2r
|
JMP2r
|
||||||
|
|
||||||
|
@draw-linebreak ( -- )
|
||||||
|
|
||||||
|
#0008 .Screen/x DEO2
|
||||||
|
.Screen/y DEI2k #0010 ADD2 ROT DEO2
|
||||||
|
|
||||||
|
JMP2r
|
||||||
|
|
||||||
@is-selected ( addr* -- f )
|
@is-selected ( addr* -- f )
|
||||||
|
|
||||||
DUP2 .selection/from LDZ2 LTH2 ?&false
|
DUP2 .selection/from LDZ2 LTH2 ?&false
|
||||||
|
|
Loading…
Reference in New Issue