ze
Loading...
Searching...
No Matches
Functions | Variables
edit.c File Reference

Editing primitives implementation. More...

#include <time.h>
#include <string.h>
#include "ze.h"
#include "row.h"
Include dependency graph for edit.c:

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
 

Detailed Description

Editing primitives implementation.