manual test for adjusting line width

This commit is contained in:
Kartik K. Agaram 2022-06-17 22:00:30 -07:00
parent 680224bbbc
commit b8e8ac2481
1 changed files with 6 additions and 0 deletions

View File

@ -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.