about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-06-03 13:32:42 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-03 13:32:42 -0700
commitac83252684762b7d7267dda5c7fb6147976570c0 (patch)
treee04f9cc19c8b4211ab8b22421d1ccfc16956338b /README.md
parentb69801bdf139301aff883038d487c3d32219fc55 (diff)
downloadview.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.
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 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.