diff options
Diffstat (limited to 'apps/exec.c')
-rw-r--r-- | apps/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |