1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-02 14:56:44 +02:00

implemented friend deletion

This commit is contained in:
Jfreegman
2013-08-28 05:46:09 -04:00
parent 5cf982dfa1
commit f24eebaeed
3 changed files with 91 additions and 25 deletions

View File

@ -119,7 +119,6 @@ static void chat_onStatusChange(ToxWindow *self, int num, uint8_t *status, uint1
wattroff(ctx->history, COLOR_PAIR(2));
status[len - 1] = '\0';
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);