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:
bovenliggende
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()
|
||||||
|
Laden…
x
Verwijs in nieuw issue
Block a user