mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 02:43:01 +01:00
fix tab bar bugs
This commit is contained in:
parent
514d1952d0
commit
10d97b2942
1
chat.c
1
chat.c
@ -123,7 +123,6 @@ static void chat_onStatusChange(ToxWindow *self, int num, uint8_t *status, uint1
|
|||||||
|
|
||||||
status[len - 1] = '\0';
|
status[len - 1] = '\0';
|
||||||
fix_name(status);
|
fix_name(status);
|
||||||
snprintf(self->title, sizeof(self->title), "[%s (%d)]", status, num);
|
|
||||||
|
|
||||||
wattron(ctx->history, COLOR_PAIR(3));
|
wattron(ctx->history, COLOR_PAIR(3));
|
||||||
wprintw(ctx->history, "* Your partner changed status to '%s'\n", status);
|
wprintw(ctx->history, "* Your partner changed status to '%s'\n", status);
|
||||||
|
Loading…
Reference in New Issue
Block a user