|
ze
|
Editing primitives implementation. More...

Functions | |
| void | editorInsertChar (int c) |
| Insert a character at the current cursor position. | |
| void | editorInsertTimestamp (void) |
| Insert a formatted local timestamp string at the cursor. | |
| void | editorInsertNewline (void) |
| Insert a newline at the cursor position, splitting the line if needed. | |
| void | editorDelChar (void) |
| Delete the character left of the cursor or join with previous row. | |
Variables | |
| struct editorConfig | E |
Editing primitives implementation.