copy paste functions
Build project / build (push) Has been cancelled

This commit is contained in:
2026-05-26 08:28:38 +02:00
parent 777dc5cb74
commit 3d49a0e2eb
23 changed files with 369 additions and 288 deletions
+4 -3
View File
@@ -3,10 +3,11 @@
#include "data.h"
void bufferInsertNewLine();
void bufferInsertBytes(char *src, int n);
void editorSetStatusMessage(const char *fmt, ...);
void bufferDelBytes();
int editorRowCharCount(row_t *row, int x);
int editorRowCxToByte(const row_t *row, int cursor_x);
char *editorGetClipboard(void);
void editorSetClipboard(const char *text, int len);
#endif // EDITOR_OP_H_