v2.3.0 - Added functionality for Ctrl+Delete and Ctrl+Backspace

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