kilo icon indicating copy to clipboard operation
kilo copied to clipboard

A text editor in less than 1000 LOC with syntax highlight and search.

Results 49 kilo issues
Sort by recently updated
recently updated
newest added

if kilo is compiled with the musl gcc wrapper, the following will trigger a segfault `> kilo new_file.c` then enter on first line: `puts("\e` This will trigger a segfault in...

The previous memset used an incorrect variable causing various issues with single line comments.

Clear screen before exiting Before: ![20231103-181353](https://github.com/antirez/kilo/assets/28386363/0e1d6fb4-5fa6-47fa-808d-1a3f3ac6ee31) After: ![20231103-181404](https://github.com/antirez/kilo/assets/28386363/4ba44ec2-d288-4167-9a61-6afd023f1638)

This can make it clear screen at exiting.

I already saw it into pull request but why not? Very nice editor btw

I loved your work just added comments on some initial lines of code as this is very niche work and difficult to understand for beginners.

Now it is possible to delete backwards while pressing the Delete key, move to the end and start of a line with Home and End and it is possible to...