void editorInsertTimestamp(void)
Insert a formatted local timestamp string at the cursor.
Definition edit.c:46
void editorInsertNewline(void)
Insert a newline at the cursor position, splitting the line if needed.
Definition edit.c:70
void editorInsertChar(int c)
Insert a character at the current cursor position.
Definition edit.c:28
void editorDelChar(void)
Delete the character left of the cursor or join with previous row.
Definition edit.c:96
Core editor types, macros, and global state.