about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-06-17 22:00:30 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-17 22:00:30 -0700
commitb8e8ac248178dba3c60e5c164a04054937aa6d29 (patch)
treef4baf40bf56bd88ae767d030bbbf4aa99fd4d65a
parent680224bbbc7b07da0695ded6160a55eedacbb4a7 (diff)
downloadview.love-b8e8ac248178dba3c60e5c164a04054937aa6d29.tar.gz
manual test for adjusting line width
-rw-r--r--Manual_tests.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/Manual_tests.md b/Manual_tests.md
index 48813ad..cadfbd7 100644
--- a/Manual_tests.md
+++ b/Manual_tests.md
@@ -16,3 +16,9 @@ Lua is dynamically typed. Tests can't patch over lack of type-checking.
 * resize:
   * Create a file containing a long line of characters without spaces. Try
     resizing the window vertically and horizontally, as far as possible.
+
+* line-width button
+  * Create a file containing a single line with a reasonable number of
+    characters. Move the cursor towards the end of the line. Click on
+    line-width icon in the top margin, slide it left and right. Watch the line
+    of characters wrap and unwrap in response. Text should not be selected.