about summary refs log tree commit diff stats
path: root/manual_tests
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-21 19:52:49 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-21 19:53:32 -0800
commit577d47a6a7829ffc9c7af2b25eea610275132b52 (patch)
tree31f1f87d82b370c28527bd0f528e38c132b03bb6 /manual_tests
parent3a20c0e22721d3ebe7db8067f7711ee5153ac209 (diff)
downloadteliva-577d47a6a7829ffc9c7af2b25eea610275132b52.tar.gz
arrow keys in big picture view
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 5bcf847..af2e3ac 100644
--- a/manual_tests
+++ b/manual_tests
@@ -14,6 +14,7 @@ start -> big picture -> edit A -> move cursor -> run -> exit -> start -> ... ->
 syntax highlighting for line comments
 syntax highlighting for multiline comments
 start -> big picture -> recent changes -> add note -> save | note visible
+start -> big picture -> arrow keys* | always exactly one definition highlighted
 
 It's very important not to leak space on the Lua stack, particularly
 proportionate to keypresses. That's a recipe for segfaults.