about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-07-29 14:38:45 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-07-29 14:38:45 -0700
commit0218980add27e3910b4fecc6715cedea81076081 (patch)
tree9d81547ce67224a2ceea214c1e378024f2470962 /README.md
parent1e6b9e25aaa0a9012b72ffe013bd4961a04cea5d (diff)
downloadtext.love-0218980add27e3910b4fecc6715cedea81076081.tar.gz
click to the left of a line
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 25da355..c09ed25 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,10 @@ 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.