mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 16:06:35 +01:00
astyle --options=tools/astylerc -r ./*.{c,h}
This commit is contained in:
2
chat.c
2
chat.c
@@ -123,7 +123,7 @@ static void chat_onStatusChange(ToxWindow *self, int num, uint8_t *status, uint1
|
||||
|
||||
status[len - 1] = '\0';
|
||||
fix_name(status);
|
||||
|
||||
|
||||
wattron(ctx->history, COLOR_PAIR(3));
|
||||
wprintw(ctx->history, "* Your partner changed status to '%s'\n", status);
|
||||
wattroff(ctx->history, COLOR_PAIR(3));
|
||||
|
||||
Reference in New Issue
Block a user