diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-06-07 21:51:48 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-06-07 21:55:48 -0700 |
commit | ac4879bb850e2ce3ed9830cc3ff4286f36c0bad4 (patch) | |
tree | 6ffa8f7e5a581fa16dc8ee651d0dcc1f41cffc41 /manual_tests | |
parent | 12f5fa9bed1675cf867d161958459c4d3c47942d (diff) | |
download | lines.love-ac4879bb850e2ce3ed9830cc3ff4286f36c0bad4.tar.gz |
more defensive resize handling
Thanks John Blommers for the report!
Diffstat (limited to 'manual_tests')
-rw-r--r-- | manual_tests | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manual_tests b/manual_tests index 77d4b54..db2c579 100644 --- a/manual_tests +++ b/manual_tests @@ -35,3 +35,7 @@ scrolling: persistence: draw a line, circle, rectangle, square, polygon, quit, restart. All the shapes you drew should still be visible. select a point and name it, quit, restart. Name is still visible. + +resize: + create a file containing a long line of characters without spaces. try + resizing the window vertically and horizontally, as far as possible. |