Fix Mintty-related bug in displaying images in prompts
John Smith

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)
45 45
     -- Cygwin/Mintty
46 46
     local DISPIMG = function(path)
47 47
         if path and #path > 0 then
48
+            io.write("\n")
48 49
             os.execute(string.format("showimg %s", path))
49 50
         end
50 51
     end
51 52