Include current word into debug line

This commit is contained in:
C3MA 2018-05-02 21:13:44 +02:00
parent 3f8abd30bf
commit 08b0a9372b

View File

@ -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()