2
2
kopie van https://github.com/Hilbis/Hilbish synced 2025-07-18 16:52:02 +00:00

fix: return ansikit in setTitle function

This commit is contained in:
TorchedSammy 2021-04-06 12:55:02 -04:00
bovenliggende 51bcc51687
commit c0f34fd784

Bestand weergeven

@ -169,7 +169,7 @@ ansikit.saveState = function()
end end
ansikit.setTitle = function(text) ansikit.setTitle = function(text)
ansikit.printCode (']2;' .. text, true) return ansikit.printCode(']2;' .. text, true)
end end
ansikit.showCursor = function() ansikit.showCursor = function()