diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-29 22:35:04 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-29 22:35:04 +0200 |
commit | 555e5d2c0ce77dd1e031690c98ec9a1366182347 (patch) | |
tree | 69a505a23ae6ca5d0951e8f832f9895fcbb88b83 /client/ui.h | |
parent | 87d8b0ceb349e101b693cf43336a98647f4b92dc (diff) |
`make format`
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); |