diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-05-19 21:52:38 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-05-19 21:53:08 -0700 |
commit | 839d2df3eaa1bf29f00ebec8eeba4b8c8a158852 (patch) | |
tree | e0df204f44f8d9f4146488da4cfa295414af743c /manual_tests | |
parent | f7ff4dc9c270520860f0879d317dcf2fad5f77ec (diff) | |
download | lines.love-839d2df3eaa1bf29f00ebec8eeba4b8c8a158852.tar.gz |
bugfix
As usual, binary search is hard to get right. This time I was never actually selecting between left and right when they were just one character apart.
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 b59fced..8cfc115 100644 --- a/manual_tests +++ b/manual_tests @@ -2,6 +2,7 @@ file load: cursor_line = 1 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 on drawing -> cursor doesn't move create drawing -> cursor bumps down below drawing backspace |