diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-05-17 22:22:45 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-05-17 22:22:45 -0700 |
commit | dcfa2d04cace094775ba4fd468a75ed2831ebcc6 (patch) | |
tree | e5af3e4f39879a8ed9029afbde63a0d851e6930a /manual_tests | |
parent | 9a42128eb406fe90ee768f20469352eabbd0314f (diff) | |
download | text.love-dcfa2d04cace094775ba4fd468a75ed2831ebcc6.tar.gz |
bugfix: duplicate character on enter
Diffstat (limited to 'manual_tests')
-rw-r--r-- | manual_tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual_tests b/manual_tests index 2790f39..b59fced 100644 --- a/manual_tests +++ b/manual_tests @@ -7,3 +7,6 @@ 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 cursor_pos == 0, previous line is text -> join lines, cursor still at same character + +enter + cursor_pos == 0 -> insert empty line above current line |