kilo
kilo copied to clipboard
A text editor in less than 1000 LOC with syntax highlight and search.
this picture is a from original version this picture is a fixed version.
When characters like "ä", "ö" or "å" are typed in the editor, the showable cursor shifts 2 times to the right (one time more than it should). However, the characters...
fatal error: termios.h: no such file or directory
I have an IBM 3161 ASCII terminal. The point of using curses is to make your programs terminal-independent. I think it'd be a very good idea to add it (though...
The status screen at the bottom is not refreshing upon closing. Verified this on terminal MacOS , not sure about the other terminals.
Vim and others appear to do this. It also has the added benefit of fixing `Page Up` and `Page Down` on MacOS using Terminal.app. ```c void initEditor() { write(STDOUT_FILENO, "\033[?47h",...
Seemed like low-hanging fruit to make the link to the screencast clickable.
- deleted repeated stdlib include. LOC-=1 - saved_hl variable in editorFind freed before return. LOC+=4