diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-06-09 18:27:09 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-06-09 18:27:09 -0700 |
commit | 4476eb894615d07797c8db46025f611bb50cefd4 (patch) | |
tree | 27903b3530909649ef67fda485645284773ad1b8 /manual_tests | |
parent | 6ba10b4de61f1bce61bb946a0d023cf4969fdefe (diff) | |
download | lines.love-4476eb894615d07797c8db46025f611bb50cefd4.tar.gz |
bugfix: cut (C-x) without first selecting anything
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 db2c579..8ca2893 100644 --- a/manual_tests +++ b/manual_tests @@ -36,6 +36,9 @@ 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. +clipboard: + cut/copy without making a selection + resize: create a file containing a long line of characters without spaces. try resizing the window vertically and horizontally, as far as possible. |