(notepad) Updated tasks
This commit is contained in:
parent
c87ade3404
commit
dce26ead1f
|
@ -11,7 +11,7 @@
|
||||||
> Clamp selection
|
> Clamp selection
|
||||||
> Mouse2 select word
|
> Mouse2 select word
|
||||||
> Page memory mapping
|
> Page memory mapping
|
||||||
> Fix issue with multi-line selection )
|
> Theme support )
|
||||||
|
|
||||||
|0000
|
|0000
|
||||||
|
|
||||||
|
@ -416,13 +416,12 @@ JMP2r
|
||||||
|
|
||||||
@draw-note ( -- )
|
@draw-note ( -- )
|
||||||
|
|
||||||
|
#15 .Screen/auto DEO
|
||||||
#0008 .Screen/x DEO2
|
#0008 .Screen/x DEO2
|
||||||
#0018 .Screen/y DEO2
|
#0018 .Screen/y DEO2
|
||||||
|
|
||||||
;mem #00 .page LDZ #2000 MUL2 ADD2
|
;mem #00 .page LDZ #2000 MUL2 ADD2
|
||||||
|
|
||||||
#15 .Screen/auto DEO
|
|
||||||
&while
|
&while
|
||||||
|
|
||||||
( wrap )
|
( wrap )
|
||||||
LDAk #20 GTH ?&no-wrap
|
LDAk #20 GTH ?&no-wrap
|
||||||
DUP2 word-length .Screen/x DEI2 ADD2 #00d0 LTH2 ?&no-wrap
|
DUP2 word-length .Screen/x DEI2 ADD2 #00d0 LTH2 ?&no-wrap
|
||||||
|
@ -452,8 +451,6 @@ JMP2r
|
||||||
INC2 LDAk ?&while
|
INC2 LDAk ?&while
|
||||||
POP2
|
POP2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@draw-footer ( -- )
|
@draw-footer ( -- )
|
||||||
|
|
||||||
.Screen/height DEI2 #0020 GTH2 ?&visible
|
.Screen/height DEI2 #0020 GTH2 ?&visible
|
||||||
|
|
Loading…
Reference in New Issue