diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-05-19 22:35:26 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-05-19 22:35:26 -0700 |
commit | 2f8d727c0bc220d2f762466ffe9754a6b3d4a6cc (patch) | |
tree | b534c0b8cd1d5c5fd87dc095986c57ab076cdf3f /manual_tests | |
parent | 7749e459a72f0a58f334567c70f0e2268a4e19f1 (diff) | |
download | text.love-2f8d727c0bc220d2f762466ffe9754a6b3d4a6cc.tar.gz |
bugfix: show cursor when past end of line
Diffstat (limited to 'manual_tests')
-rw-r--r-- | manual_tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manual_tests b/manual_tests index 7871ebf..83a0306 100644 --- a/manual_tests +++ b/manual_tests @@ -6,6 +6,7 @@ click on first character of text -> cursor on first character of text click to right of text -> cursor past end of line click to right of wrapped text -> cursor on final character of line click on drawing -> cursor doesn't move +cursor past end of line -> renders create drawing -> cursor bumps down below drawing backspace cursor_pos == 0, previous line is a drawing -> delete drawing, cursor still visible at start of line |