fix: return ansikit in setTitle function

pull/26/head
TorchedSammy 2021-04-06 12:55:02 -04:00
parent 51bcc51687
commit c0f34fd784
1 changed files with 1 additions and 1 deletions

View File

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