diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2023-04-21 23:25:28 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2023-04-21 23:25:28 -0700 |
commit | ac27d36dd0d6ad8130c5ea47a08dae052226f23b (patch) | |
tree | 8f9a2939aac0b245b5424981c155da1dba962731 | |
parent | b9d3cf357892e6736aa5fba8ebaff2e6bb572bf7 (diff) | |
download | view.love-ac27d36dd0d6ad8130c5ea47a08dae052226f23b.tar.gz |
delete inapplicable issue
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md index 3eef3d8..50a4dd0 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,6 @@ found anything amiss: http://akkartik.name/contact * No clipping yet for drawings. In particular, circles/squares/rectangles and point labels can overflow a drawing. -* Long wrapping lines can't yet distinguish between the cursor at end of one - screen line and start of the next, so clicking the mouse to position the - cursor can very occasionally do the wrong thing. - * 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. |