From 154ba044fff02da0b0fe1b4a0c02b0a4dcae7f9d Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Fri, 28 Apr 2023 09:24:58 -0700 Subject: [PATCH] (notepad) Fixed reverse selection with keyboard --- gui/notepad/notepad.tal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/notepad/notepad.tal b/gui/notepad/notepad.tal index 50c1b96..382865a 100644 --- a/gui/notepad/notepad.tal +++ b/gui/notepad/notepad.tal @@ -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