From 2f4f81981ddc050c13e8528bd1c65d2b0d9a91da Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Mon, 19 Aug 2013 16:55:04 -0400 Subject: fix tab bar bugs --- testing/toxic/chat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testing/toxic') diff --git a/testing/toxic/chat.c b/testing/toxic/chat.c index 67c2ed05..57404a59 100644 --- a/testing/toxic/chat.c +++ b/testing/toxic/chat.c @@ -123,8 +123,7 @@ 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); wattroff(ctx->history, COLOR_PAIR(3)); -- cgit v1.2.3