mirror of https://github.com/Hilbis/Hilbish
fix: return ansikit in setTitle function
parent
51bcc51687
commit
c0f34fd784
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue