diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-06-11 16:07:34 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-06-11 16:07:34 -0700 |
commit | f8cdd0166185342086c67e54c5ef209ae900e4e1 (patch) | |
tree | 0bba7afdfccc75fb0dc42452e240a196080197d7 | |
parent | 66b17d798de94a130b2b0c71d82478f41263109d (diff) | |
download | text.love-f8cdd0166185342086c67e54c5ef209ae900e4e1.tar.gz |
.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index f4515bd..3974362 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ found anything amiss: http://akkartik.name/contact ## Known issues -* There's a bug in freehand drawings (C-p mode) that causes them to be +* There's a bug in freehand drawings (`ctrl+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. |