mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-01 19:23:24 +00:00
fix: return ansikit in setTitle function
This commit is contained in:
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…
x
Reference in New Issue
Block a user