mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-16 02:53:03 +01:00
Update groupchat.c
This commit is contained in:
parent
22ac65c4a9
commit
0b52de3773
@ -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, " * Argument messages must be enclosed in quotation marks.\n");
|
||||||
wprintw(ctx->history, " * Scroll peer list with the Page Up/Page Down keys.\n\n");
|
wprintw(ctx->history, " * Scroll peer list with the Page Up/Page Down keys.\n\n");
|
||||||
wattroff(ctx->history, COLOR_PAIR(CYAN) | A_BOLD);
|
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,
|
static void groupchat_onGroupMessage(ToxWindow *self, Tox *m, int groupnum, int peernum,
|
||||||
|
Loading…
Reference in New Issue
Block a user