permission files
Build and Deploy Docs / build (push) Failing after 43s

This commit is contained in:
Arthur Barraux
2025-10-06 11:28:49 +02:00
parent 29a92ce904
commit ce94e9fb87
5 changed files with 84 additions and 78 deletions
+3 -1
View File
@@ -5,7 +5,8 @@
* interactions. \version 0.1 \date 21 septembre 2024
*/
#include <stdio.h>
#include <unistd.h>
#define _DEFAULT_SOURCE
#define _BSD_SOURCE
#define _GNU_SOURCE
@@ -32,6 +33,7 @@ int main(int argc, char *argv[]) {
editorSetStatusMessage("HELP: Ctrl-S = save | Ctrl-Q = quit");
while (1) {
editorRefreshScreen();
editorProcessKeypress();