Mirror von
https://github.com/Hilbis/Hilbish
synchronisiert 2025-07-01 00:32:03 +00:00
chore: make typ a local
Dieser Commit ist enthalten in:
Ursprung
284d4e01a3
Commit
dedb8cbf76
@ -5,7 +5,7 @@ local lunacolors = require 'lunacolors'
|
||||
local ansikit = {}
|
||||
|
||||
ansikit.clear = function(scrollback)
|
||||
typ = (scrollback and 3 or 2)
|
||||
local typ = (scrollback and 3 or 2)
|
||||
return ansikit.printCSI(typ, 'J')
|
||||
end
|
||||
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren