Archived
1
Fork 0
A tiny text editor.
This repository has been archived on 2024-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Hadeed Ahmad 5c708df504 Add input buffering
And refactor a lot of code
2023-08-25 23:13:33 +05:00
.gitignore Finish chapter 2 2023-08-23 21:37:54 +05:00
kilo.c Add input buffering 2023-08-25 23:13:33 +05:00
Makefile Add make clean 2023-08-24 18:00:53 +05:00
README.md Initial commit 2023-08-22 19:05:51 +05:00

kilo

This is my implementation of the kilo text editor, written by following the tutorial here. After I'm done, I may add more features on my own.