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 17:39:00 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-05-23 17:39:00 -0700
commita35b130f08e6f580863edc8603c33b1100709c0b (patch)
treeaadf33317b124e430e437e11bfd9d191aa0a74d3 /app.lua
parent288d8426f1ca9e8df8e3d8ea89c17b61013d5285 (diff)
downloadtext.love-a35b130f08e6f580863edc8603c33b1100709c0b.tar.gz
one bug I've repeatedly run into while testing with Moby Dick
https://www.hogbaysoftware.com/posts/moby-dick-workout
Diffstat (limited to 'app.lua')
-rw-r--r--app.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.lua b/app.lua
index 2060f36..0a43319 100644
--- a/app.lua
+++ b/app.lua
@@ -187,6 +187,7 @@ function App.width(text)
 end
 
 function App.screen.check(y, expected_contents, msg)
+--?   print('checking for "'..expected_contents..'" at y '..tostring(y))
   local screen_row = 'y'..tostring(y)
   local contents = ''
   if App.screen.contents[screen_row] == nil then