about summary refs log tree commit diff stats
path: root/manual_tests
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-05-20 16:41:21 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-05-20 16:56:04 -0700
commitc28f6ba031b041818f751564a5c7b2d9dc343e06 (patch)
treea1f1d9ff12702a6b6e3a7f2fdd1d02bfa1c6baf5 /manual_tests
parentce94f8bf799342782c9ca28da850ceae452e7a41 (diff)
downloadlines.love-c28f6ba031b041818f751564a5c7b2d9dc343e06.tar.gz
snapshot - no, that's all wrong
I've been only thinking about up arrow when cursor is at top of screen.
Hopefully this is better.
Diffstat (limited to 'manual_tests')
-rw-r--r--manual_tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual_tests b/manual_tests
index bdb35db..eb0936a 100644
--- a/manual_tests
+++ b/manual_tests
@@ -22,7 +22,7 @@ scrolling:
   cursor remains on screen
   cursor remains on text line
   'up' arrow with cursor at top of screen scrolls up one line (drawings still fully in or out)
-    if top line wrapped before, it scrolls up by only one screen line
+    if cursor line wrapped before, it scrolls up by only one screen line
     if previous line (above top of screen) wrapped, it scrolls up by only one screen line
   'down' arrow with cursor at bottom of screen scrolls down one line (drawings still fully in or out)
-    if top line wrapped before, it scrolls down by only one screen line
+    if cursor line wrapped before, it scrolls down by only one screen line