From ca287f3dff28f2c798080cba0fcb32b85fc14fcc Mon Sep 17 00:00:00 2001 From: Hadeed Ahmad Date: Mon, 18 Sep 2023 03:48:29 +0500 Subject: [PATCH] Just a progress log I had stopped working on this and was happy for the most part, semester at university had started so I got busy with that work. Until for some reason I tried making a small C hello-world just for fun. And... nothing works? It inserts non printable characters sometimes, and saves random things. Seems to be riddled with bugs. I don't have a lot of time at the presnet, but I hope to clean it up one day, it's a project I enjoyed working on and I don't want to leave it in a broken state. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64786d5..b1b3cf2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # kilo My implementation of the [kilo text editor][1], which I wrote by following -[this tutorial][2]. +[this tutorial][2]. The current state is horribly bugged, regrettably so. ## How to build