documentation

This commit is contained in:
Arthur Barraux
2024-09-21 11:54:02 +02:00
parent 74df1685ed
commit e3c7099f64
5 changed files with 2955 additions and 1 deletions
+11
View File
@@ -1,4 +1,15 @@
#ifndef MAIN_H
#define MAIN_H
/* terminal */
void die(const char *s);
void disableRawMode();
void enableRawMode();
char editorReadKey();
/* output */
void wipeScreen();
/* input */
void editorProcessKeypress();
#endif