From b79da95d4b97125de10e3dc66a88bc475e23b4d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 14 Nov 2016 15:54:26 +0100 Subject: vis-lua: add vis.ui.colors denoting the number of available colors --- ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.h') 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 { -- cgit v1.2.3