Re-added the option to use vt100 escape codes

This commit is contained in:
AnnaSnoeijs 2025-06-06 21:31:59 +02:00
parent a2142a48b5
commit 2b27aef099
7 changed files with 244 additions and 26 deletions

View file

@ -17,15 +17,13 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include "logic.h"
#include "macros.h"
#include "config.h"
#include "logic.h"
#include "types.h"
#include "ui.h"
#define VERSION 0.0.1
#define XSTR(s) STR(s)
#define STR(s) #s
#define VERSION 0.0.2
int main(){
// First the boilerplate stuffs