ze
Loading...
Searching...
No Matches
Functions
edit.h File Reference

Editing primitives (insert/delete/newline) operating on the buffer. More...

#include "ze.h"
Include dependency graph for edit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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.
 

Detailed Description

Editing primitives (insert/delete/newline) operating on the buffer.