selection fix
This commit is contained in:
parent
a9b2983347
commit
59c6675ff2
6
term.tal
6
term.tal
|
@ -255,9 +255,9 @@
|
|||
INC2
|
||||
GTH2k ?&yloop
|
||||
POP2 POP2 POP2r
|
||||
.is-lit LDZ #00 EQU ?&cursor redraw-selection draw-cursor !&finally
|
||||
&cursor draw-cursor draw-pointer
|
||||
&finally #00 .dirty STZ
|
||||
.is-lit LDZ #00 EQU ?&pointer redraw-selection !&finally
|
||||
&pointer draw-pointer
|
||||
&finally draw-cursor #00 .dirty STZ
|
||||
&done BRK
|
||||
|
||||
@screen-to-cell ( row* col* -> )
|
||||
|
|
Loading…
Reference in New Issue