Age | Commit message (Expand) | Author |
---|---|---|
2023-01-30 | Move unsaved quit warning to editor.c | cflip |
2023-01-25 | Rename `append_buffer` to textbuf | cflip |
2023-01-22 | Remove unused `editor_draw_rows` function | cflip |
2023-01-19 | Show filename and current working directory in window title | cflip |
2023-01-17 | Allow window to be resizable | cflip |
2023-01-17 | Rename 'rows' to 'lines' everywhere | cflip |
2023-01-16 | Implement some more commands from vim | cflip |
2023-01-12 | Clean up editor_state's memory on teardown | cflip |
2023-01-12 | Add an indicator to the status bar when in insert mode | cflip |
2023-01-12 | Make the editor modal and refactor keyboard events | cflip |
2023-01-12 | Move cursor movement into separate functions | cflip |
2023-01-11 | Remove all terminal-related code | cflip |
2023-01-11 | Get editor size from the window instead of the terminal | cflip |
2023-01-08 | Initial import of existing source code | cflip |