From b047ef59f757e132cfb77a328b963ff0b748302d Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Wed, 26 Apr 2023 21:41:34 -0700 Subject: [PATCH] (notepad) Better vertical mouse-picking --- gui/notepad/notepad.tal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/notepad/notepad.tal b/gui/notepad/notepad.tal index ddedeb3..acf6bf7 100644 --- a/gui/notepad/notepad.tal +++ b/gui/notepad/notepad.tal @@ -368,7 +368,7 @@ JMP2r @pos-to-line ( y* -- line ) - #0018 SUB2 #04 SFT2 NIP + #0012 SUB2 #04 SFT2 NIP JMP2r