No leaks for splash screen and text files

This commit is contained in:
2026-06-05 15:33:19 +02:00
parent 2ad55b9132
commit 63bf73f1f2
10 changed files with 33 additions and 56 deletions
-1
View File
@@ -6,7 +6,6 @@
#include <time.h>
#include "define.h"
#include "lisp.h"
typedef struct lsp_client_t LspClient;
+1
View File
@@ -27,6 +27,7 @@
#define GUTTER_WIDTH 2
enum editorKey_e {
BACKSPACE = 127,
ARROW_LEFT = 1000,