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

# How to reproduce 1. Create any `*.c` file with 4 empty lines. 2. Open the file with `kilo`, go to the 3rd line, press delete twice 3. Now 2...

I believe `struct erow` requires the following invariant: ``` for (int i = 0; i < E.numrows; ++i) assert(E.row[i].idx == i); ``` This is important because `erow.idx` is used to...

This project looks ideal for my needs. The complication is I would like to import it into a project with a GPL License. This is not a religious argument about...

Cool editor. Thanks for a fun evening reading it!

# Problems: UINT32_MAX’ undeclared problem in Linux ## Why I post this issue? I use make to build the program, and found this problem: ```shell $ make cc -o kilo...

Fixes three issues in the syntax highlighter that did or could cause corruption or crashes.

The terminios.h dependency requires cygwin is there any plan on changing this?

When trying to do `./kilo clip.c` , I get `zsh: segmentation fault kilo clip.c`. [View clip.c](https://github.com/a-p-jo/CLIp/blob/main/clip.c). macOS 11.2.2, on x86_64 Intel CPU, compiled with clang and gcc (tried both, tried...

``` kilo.c:71:8: warning: padding size of 'struct editorSyntax' with 4 bytes to alignment boundary [-Wpadded] struct editorSyntax { ^ kilo.c:106:11: warning: padding struct 'struct editorConfig' with 4 bytes to align...