diff options
Diffstat (limited to 'client/ui.h')
-rw-r--r-- | client/ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/ui.h b/client/ui.h index 36266ba..610e3fc 100644 --- a/client/ui.h +++ b/client/ui.h @@ -43,9 +43,9 @@ void w2_ui_paint_statusbar(); void w2_ui_main(); /** get ansi color code for foreground color */ -char* w2_ui_set_fg(w2_e_colors color); +char *w2_ui_set_fg(w2_e_colors color); /** get ansi color code for background color */ -char* w2_ui_set_bg(w2_e_colors color); +char *w2_ui_set_bg(w2_e_colors color); /** align `text` `align` with `text` buffer length `length` */ void w2_ui_align(char *text, w2_e_alignment align, unsigned int length); |