John Smith commited on 2022-16 21:38:53 Showing 1 changed files, with 1 additions and 0 deletions.
@@ -45,6 +45,7 @@ local function imgify(text)
-- Cygwin/Mintty
local DISPIMG = function(path)
if path and #path > 0 then
+ io.write("\n")
os.execute(string.format("showimg %s", path))
end