commit f19650a88927ff9e2049d3804c6aa16d24d473cb parent ef575beb487d5cffe517f3b5dbbcb501e7f0d9b3 Author: hhvn <dev@hhvn.uk> Date: Wed, 27 Oct 2021 22:02:11 +0100 ui.c: initialize ncurses with colours Diffstat:
M | ui.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/ui.c b/ui.c @@ -64,6 +64,8 @@ void ui_init(void) { setlocale(LC_ALL, ""); initscr(); + start_color(); + use_default_colors(); raw(); noecho();