1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-06 04:47:56 +02:00

fix tab bar bugs

This commit is contained in:
Jfreegman 2013-08-19 16:55:04 -04:00
parent 514d1952d0
commit 10d97b2942

1
chat.c
View File

@ -123,7 +123,6 @@ static void chat_onStatusChange(ToxWindow *self, int num, uint8_t *status, uint1
status[len - 1] = '\0';
fix_name(status);
snprintf(self->title, sizeof(self->title), "[%s (%d)]", status, num);
wattron(ctx->history, COLOR_PAIR(3));
wprintw(ctx->history, "* Your partner changed status to '%s'\n", status);