Include current word into debug line
This commit is contained in:
parent
3f8abd30bf
commit
08b0a9372b
@ -215,7 +215,7 @@ if (words.fiveMin== 1) then
|
||||
bufColored = bufColored .. colorBg
|
||||
end
|
||||
end
|
||||
print (x .. "x" .. y .. " : " .. start .. " color " .. tostring(item) .. " len " .. string.len(buf))
|
||||
print (x .. "x" .. y .. " : " .. start .. " color " .. tostring(item) .. " len " .. string.len(buf) .. " word " .. tostring(word))
|
||||
end
|
||||
end
|
||||
collectgarbage()
|
||||
|
Loading…
Reference in New Issue
Block a user