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
|
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()
|
||||||
|
|
Loading…
Reference in New Issue