summaryrefslogtreecommitdiff
path: root/testing/toxic
diff options
context:
space:
mode:
authorJfreegman <Jfreegman@gmail.com>2013-08-19 16:55:04 -0400
committerJfreegman <Jfreegman@gmail.com>2013-08-19 16:55:04 -0400
commit2f4f81981ddc050c13e8528bd1c65d2b0d9a91da (patch)
tree2e280be26d41c7641421c74f95c8343f4a7cc1bd /testing/toxic
parent7543d6d52867168c0e95729b436ccaa202dd8ffa (diff)
fix tab bar bugs
Diffstat (limited to 'testing/toxic')
-rw-r--r--testing/toxic/chat.c3
1 files changed, 1 insertions, 2 deletions
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
123 123
124 status[len - 1] = '\0'; 124 status[len - 1] = '\0';
125 fix_name(status); 125 fix_name(status);
126 snprintf(self->title, sizeof(self->title), "[%s (%d)]", status, num); 126
127
128 wattron(ctx->history, COLOR_PAIR(3)); 127 wattron(ctx->history, COLOR_PAIR(3));
129 wprintw(ctx->history, "* Your partner changed status to '%s'\n", status); 128 wprintw(ctx->history, "* Your partner changed status to '%s'\n", status);
130 wattroff(ctx->history, COLOR_PAIR(3)); 129 wattroff(ctx->history, COLOR_PAIR(3));