diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-02 18:24:37 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-02 18:24:37 -0500 |
commit | 68066ad410368b0e5d66d7fa983bea882eba1eb6 (patch) | |
tree | 4124e596cee112aa076f93ab8915732463522a00 /ui.c | |
parent | 00b639118e32c7e65a402ddf70a57d0238b5abe1 (diff) |
command selector working!
Diffstat (limited to 'ui.c')
-rw-r--r-- | ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |