0.5.0 - ANSI color escape code support

I got asked to do the ANSI escape codes for color because Wahlolly couldn't find a way to get them to work. This involved making some kind of TTY, and let me be clear, i didn't know it would be so tedious to develop one. This implementation has support for dark and bright colors by using a color palette. There isn't 8-bit and 24-bit color yet, nor is there a shell parser, so please wait a bit more when it gets implemented.
This commit is contained in:
Ponali
2025-04-19 16:09:27 +02:00
parent 4de5b59686
commit e9cf9789b7
7 changed files with 163 additions and 30 deletions
+4
View File
@@ -0,0 +1,4 @@
/halyde/core/datatools.lua
/halyde/core/fullkb.lua
/halyde/core/evmgr.lua
/halyde/core/shell.lua