diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-06-03 14:42:08 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-06-03 14:42:08 -0700 |
commit | a4cec2f58a6c5b8cbef143217f9168ac4bb7e11d (patch) | |
tree | af0874bc3c7f7ca5f79d1b56d8ba9efc08b9ab97 | |
parent | e2696fcc72d134e70c0636ff2c7a0c79631c3166 (diff) | |
download | lines.love-a4cec2f58a6c5b8cbef143217f9168ac4bb7e11d.tar.gz |
one more known issue
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md index 972ca28..b9cfb9e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ http://akkartik.name/lines.html ## Known issues +* There's a bug in freehand drawings (C-p mode) that causes them to be + highlighted even when the mouse is nowhere near them. + * No support yet for Unicode graphemes spanning multiple codepoints. * Undo/redo can be sluggish in large files. If things get sluggish, killing |