v2.2.0 - Added support for 8-bit color and 24-bit color ANSI control codes in the terminal library.

This commit is contained in:
Ponali
2025-07-09 10:59:48 +02:00
parent 3d23e575aa
commit 95a2efd7cc
3 changed files with 39 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 2.1.1"
_G._OSVERSION = "Halyde 2.2.0"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat