summaryrefslogtreecommitdiff
path: root/editor.c
AgeCommit message (Expand)Author
2023-01-31Rename the 'command mode' to 'prompt mode'cflip
2023-01-31Add a function to handle changing the editor modecflip
2023-01-31Start implementing editor commandscflip
2023-01-30Move unsaved quit warning to editor.ccflip
2023-01-25Rename `append_buffer` to textbufcflip
2023-01-22Remove unused `editor_draw_rows` functioncflip
2023-01-19Show filename and current working directory in window titlecflip
2023-01-17Allow window to be resizablecflip
2023-01-17Rename 'rows' to 'lines' everywherecflip
2023-01-16Implement some more commands from vimcflip
2023-01-12Clean up editor_state's memory on teardowncflip
2023-01-12Add an indicator to the status bar when in insert modecflip
2023-01-12Make the editor modal and refactor keyboard eventscflip
2023-01-12Move cursor movement into separate functionscflip
2023-01-11Remove all terminal-related codecflip
2023-01-11Get editor size from the window instead of the terminalcflip
2023-01-08Initial import of existing source codecflip