about summary refs log tree commit diff stats
path: root/source.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-09-15 11:26:45 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-09-15 11:26:45 -0700
commitb90a54a9cb7e2134d6d41112feaf67cb2f09c1be (patch)
tree118248d7b9b22cf9741e008d93028abc877dc2b3 /source.lua
parent9a41c7c176aa571f5270747f690e9b4a37e27529 (diff)
downloadlines.love-b90a54a9cb7e2134d6d41112feaf67cb2f09c1be.tar.gz
new test
Diffstat (limited to 'source.lua')
-rw-r--r--source.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/source.lua b/source.lua
index 1da4467..a4289a0 100644
--- a/source.lua
+++ b/source.lua
@@ -45,7 +45,7 @@ function source.initialize_globals()
     index = 1,
   }
 
-  Menu_status_bar_height = nil  -- initialized below
+  Menu_status_bar_height = 5 + --[[line height in tests]] 15 + 5
 
   -- a few text objects we can avoid recomputing unless the font changes
   Text_cache = {}