1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-26 20:47:45 +02:00

What a waste of a commit

Note to self, fixup rebase this before g finds it
This commit is contained in:
Sean 2014-03-11 10:24:21 -07:00
parent 6cb36e71fe
commit 9d50d52216

View File

@ -124,7 +124,7 @@ static void print_groupchat_help(ChatContext *ctx)
wprintw(ctx->history, " * Scroll peer list with the Page Up/Page Down keys.\n\n");
wattroff(ctx->history, COLOR_PAIR(CYAN) | A_BOLD);
wattron(ctx->history, COLOR_PAIR(WHITE) | A_BOLD);
wprintw(ctx->history, " \n Notice, some friends will be missing names while finding peers\n\n");
wprintw(ctx->history, " Notice, some friends will be missing names while finding peers\n\n");
wattroff(ctx->history, COLOR_PAIR(WHITE) | A_BOLD);
}