Adding splitting screen and buffer switching

This commit is contained in:
Arthur Barraux
2026-01-24 19:29:46 +01:00
parent b039cf3ded
commit 5a7b073041
22 changed files with 1171 additions and 384 deletions
+3 -3
View File
@@ -2,11 +2,11 @@
#define EDITOR_OP_H_
#include "data.h"
void editorInsertChar(int c);
void bufferInsertChar(int c);
void editorInsertNewLine();
void bufferInsertNewLine();
void editorDelChar();
void bufferDelChar();
void editorSetStatusMessage(const char *fmt, ...);