From 68066ad410368b0e5d66d7fa983bea882eba1eb6 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 2 Mar 2021 18:24:37 -0500 Subject: command selector working! --- ui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.c') diff --git a/ui.c b/ui.c index 45ea056..be3b35c 100644 --- a/ui.c +++ b/ui.c @@ -102,6 +102,7 @@ static char *selector_update(Ted *ted, Selector *s) { return ret; } +// NOTE: also renders the line buffer static void selector_render(Ted *ted, Selector *s) { Settings const *settings = &ted->settings; u32 const *colors = settings->colors; -- cgit v1.2.3