(notepad) Fixed reverse selection with keyboard

This commit is contained in:
Devine Lu Linvega 2023-04-28 09:24:58 -07:00
parent a31f9a6b20
commit 154ba044ff
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ BRK
( name ) "Note 20 "Pad 0a
( details ) "Original 20 "by 20 "Donn 20 "Denman 0a
( author ) "By 20 "Devine 20 "Lu 20 "Linvega 0a
( date ) "Apr 20 "27, 20 "2023 00
( date ) "Apr 20 "28, 20 "2023 00
01
( icon ) 83 =appicon
@ -59,8 +59,8 @@ BRK
DUP #20 NEQ ?&no-d select-down &no-d
DUP #40 NEQ ?&no-l select-left &no-l
DUP #80 NEQ ?&no-r select-right &no-r
DUP #44 NEQ ?&no-sl get-to #0001 SUB2 select-to &no-sl
DUP #84 NEQ ?&no-sr get-to INC2 select-to &no-sr
DUP #44 NEQ ?&no-sl .selection/b LDZ2 #0001 SUB2 select-to &no-sl
DUP #84 NEQ ?&no-sr .selection/b LDZ2 INC2 select-to &no-sr
POP
( key )
DUP #08 NEQ ?&no-bs erase &no-bs