about summary refs log tree commit diff stats
path: root/app.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-05-23 08:52:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-05-23 08:52:13 -0700
commit4f6a324975b66a4939dc4a4e66cc65871397a867 (patch)
treeab93caf79a684dc19e231416d67b51795ec2eb19 /app.lua
parent37f1313b16971200f56552dbbf8c2b0b2b65417e (diff)
downloadtext.love-4f6a324975b66a4939dc4a4e66cc65871397a867.tar.gz
bugfix: don't rely on Screen_bottom1 while scrolling
Setting up the test just right to test the thing I want to test was a
rube goldberg machine of constants.
Diffstat (limited to 'app.lua')
-rw-r--r--app.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.lua b/app.lua
index f14b0ec..bb463b7 100644
--- a/app.lua
+++ b/app.lua
@@ -93,7 +93,7 @@ end
 --     App.font{
 --       height=15
 --     }
---     App.run_after_keypress('pagedown')
+--     App.run_after_keychord('pagedown')
 --     App.check_screen_contents{
 --       y0='ghi'
 --       y15=''