about summary refs log tree commit diff stats
path: root/manual_tests
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-05-19 22:35:26 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-05-19 22:35:26 -0700
commit2f8d727c0bc220d2f762466ffe9754a6b3d4a6cc (patch)
treeb534c0b8cd1d5c5fd87dc095986c57ab076cdf3f /manual_tests
parent7749e459a72f0a58f334567c70f0e2268a4e19f1 (diff)
downloadtext.love-2f8d727c0bc220d2f762466ffe9754a6b3d4a6cc.tar.gz
bugfix: show cursor when past end of line
Diffstat (limited to 'manual_tests')
-rw-r--r--manual_tests1
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