about summary refs log tree commit diff stats
path: root/life.tlv
diff options
context:
space:
mode:
Diffstat (limited to 'life.tlv')
-rw-r--r--life.tlv2
1 files changed, 1 insertions, 1 deletions
diff --git a/life.tlv b/life.tlv
index 12b44d2..0693e7f 100644
--- a/life.tlv
+++ b/life.tlv
@@ -165,7 +165,7 @@
     >function load_file(window, filename)
     >  local infile = io.open(filename, 'r')
     >  if infile == nil then return end
-    >  local line_index = lines
+    >  local line_index = lines  -- quarter of the way down in pixels
     >  for line in infile:lines() do
     >    if line:sub(1,1) ~= '!' then  -- comment; plaintext files can't have whitespace before comments
     >      local col_index = cols