From 392b0ff1fcc52c189f131c71ea2a969d1b8c5690 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 16 Feb 2021 22:33:42 +0100 Subject: Okay! --- apps/exec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/exec.c') diff --git a/apps/exec.c b/apps/exec.c index 8e3bf95..ae7ca35 100644 --- a/apps/exec.c +++ b/apps/exec.c @@ -46,6 +46,7 @@ void on_submit(struct gui_event_keyboard *event, struct element *elem) int main() { + log("exec loaded\n"); struct element *root = gui_init("Exec", WIDTH, HEIGHT, COLOR_BLACK); struct element *input = gui_add_text_input(root, 0, 0, 100, FONT_32, COLOR_WHITE, COLOR_BLACK); -- cgit v1.2.3