Files
beluga/include/editor_op.h
T
Arthur Barraux f3bd5dd1c9 Color theming
2026-01-22 14:00:47 +01:00

14 lines
219 B
C

#ifndef EDITOR_OP_H_
#define EDITOR_OP_H_
#include "data.h"
void editorInsertChar(int c);
void editorInsertNewLine();
void editorDelChar();
void editorSetStatusMessage(const char *fmt, ...);
#endif // EDITOR_OP_H_