From 0b52de377311b9bb4e21e81825f6bf69016522d8 Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 11 Mar 2014 10:19:14 -0700 Subject: [PATCH] Update groupchat.c --- src/groupchat.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/groupchat.c b/src/groupchat.c index 86cbd11..68f9a48 100644 --- a/src/groupchat.c +++ b/src/groupchat.c @@ -123,6 +123,9 @@ static void print_groupchat_help(ChatContext *ctx) wprintw(ctx->history, " * Argument messages must be enclosed in quotation marks.\n"); 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\n Notice, some friends will be missing names while finding peers\n\n"); + wattroff(ctx->history, COLOR_PAIR(WHITE) | A_BOLD); } static void groupchat_onGroupMessage(ToxWindow *self, Tox *m, int groupnum, int peernum,