From ac83252684762b7d7267dda5c7fb6147976570c0 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 3 Jun 2022 13:32:42 -0700 Subject: [PATCH] taking stock couple of more temporary bugs: find sometimes draws highlighted text in wrong place esc after C-f sometimes ends up with cursor before screen top But the known issues are harder. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7eb3a5e..972ca28 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,7 @@ http://akkartik.name/lines.html * Touchpads can drag the mouse pointer using a light touch or a heavy click. On Linux, drags using the light touch get interrupted when a key is pressed. You'll have to press down to drag. + +* Can't scroll while selecting text with mouse. + +* No scrollbars yet. That stuff is hard.