@@ -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
The note is not visible to the blocked user.