diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-06-03 13:32:42 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-06-03 13:32:42 -0700 |
commit | ac83252684762b7d7267dda5c7fb6147976570c0 (patch) | |
tree | e04f9cc19c8b4211ab8b22421d1ccfc16956338b | |
parent | b69801bdf139301aff883038d487c3d32219fc55 (diff) | |
download | lines.love-ac83252684762b7d7267dda5c7fb6147976570c0.tar.gz |
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.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
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. |