about summary refs log tree commit diff stats
path: root/text_tests
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-06-02 07:46:45 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-06-02 07:46:45 -0700
commit541519a9986fe5c85d6b03fc8cf993ba8e950b0c (patch)
tree08bbe861588be829b6bf53588825b0ff02136858 /text_tests
parente0462ea2d866588522501875840af464b75b4ece (diff)
downloadlines.love-541519a9986fe5c85d6b03fc8cf993ba8e950b0c.tar.gz
desired behavior now looks good
Diffstat (limited to 'text_tests')
-rw-r--r--text_tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/text_tests b/text_tests
index b14f634..d571368 100644
--- a/text_tests
+++ b/text_tests
@@ -90,9 +90,14 @@ backspace can scroll up screen line
 # selection
 select text using shift and cursor movement operations
 select text using mouse
+  clicking to left of a line = start of line
+  clicking to right of a line = end of line
+  clicking above topmost line = top of screen
+  clicking below bottom-most line = bottom of screen
 select text using mouse and shift
 select text repeatedly using mouse and shift
 cursor movement without shift resets selection
+mouse click without shift resets selection
 edit deletes selection
 edit with shift key deletes selection
 deleting selection may scroll