summaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
authorkatalx2026-01-28 22:35:00 -0500
committerkatalx2026-01-28 22:35:00 -0500
commit4bfa87c212c3f52ac3b987aaad2dd5757e82144a (patch)
treef50767c50dc0107eb9bcc867efc12e41ddfad9d3 /ui.h
parent3f9f8b015922213611320ed9f5b0fb9e603a226c (diff)
some graphical niceties
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.h b/ui.h
index 015b1aa..9a80a35 100644
--- a/ui.h
+++ b/ui.h
@@ -41,7 +41,7 @@ typedef struct {
typedef DYNARR(Str) UiOpts;
-void ui_init(int argc, char **argv);
+void ui_init(int argc, char **argv, UiOpts o);
void ui_fini(void);
void ui_draw(Str input, int inpi, int seli, UiOpts o);
int ui_wait_event(UiEvent *e);