v2.1.0 - Added seeking through words using Ctrl+Left and Ctrl+Right

This commit is contained in:
Ponali
2025-07-08 12:07:53 +02:00
parent d881e5facf
commit fe7b1ccca6
3 changed files with 26 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.0.1"
_G._OSVERSION = "Halyde 2.1.0"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat