embedded windows

This commit is contained in:
kepler155c@gmail.com
2018-01-21 22:08:30 -05:00
parent 8451c94abe
commit 1eea0d7cd8
4 changed files with 357 additions and 247 deletions

View File

@@ -55,11 +55,11 @@ function Util.tostring(pattern, ...)
end
str = str .. string.format(' %s: %s\n', k, value)
end
if #str < width then
str = str:gsub('\n', '') .. ' }'
else
--if #str < width then
--str = str:gsub('\n', '') .. ' }'
--else
str = str .. '}'
end
--end
return str
end