diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-05-19 22:26:15 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-05-19 22:26:15 -0700 |
commit | 8f85b29893b0b1275558e3bf31c2b29f38a3029a (patch) | |
tree | ae9a088a4fa45395df404641933e2fcbf2c435b1 /manual_tests | |
parent | d4daac442b805eb1a4b3e1fb3edd993359eae31a (diff) | |
download | lines.love-8f85b29893b0b1275558e3bf31c2b29f38a3029a.tar.gz |
clicking to the right of a wrapped line
Diffstat (limited to 'manual_tests')
-rw-r--r-- | manual_tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manual_tests b/manual_tests index 8cfc115..7871ebf 100644 --- a/manual_tests +++ b/manual_tests @@ -3,6 +3,8 @@ file load: first line is a drawing -> cursor_line = 2 click on text -> cursor moves 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 create drawing -> cursor bumps down below drawing backspace |