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 15:19:43 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-05-20 15:19:43 -0700
commitce94f8bf799342782c9ca28da850ceae452e7a41 (patch)
tree3efe59d6fddadc1e169145fd95eee75abb4db4f5 /manual_tests
parent7e6705a113c53bda16cf9d6ba937f79b9f98b307 (diff)
downloadview.love-ce94f8bf799342782c9ca28da850ceae452e7a41.tar.gz
another piece of support for line wrapping in cursor up
Diffstat (limited to 'manual_tests')
-rw-r--r--manual_tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/manual_tests b/manual_tests
index 1f589fc..bdb35db 100644
--- a/manual_tests
+++ b/manual_tests
@@ -23,5 +23,6 @@ scrolling:
   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 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