aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index f371def..26d9050 100644
--- a/ui.h
+++ b/ui.h
@@ -70,6 +70,7 @@ struct Ui {
void (*terminal_save)(Ui*);
void (*terminal_restore)(Ui*);
TermKey* (*termkey_get)(Ui*);
+ int (*colors)(Ui*);
};
struct UiWin {