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

add ability to toggle groupchat peerlist with ctrl-b

This commit is contained in:
Jfreegman
2014-10-08 02:45:08 -04:00
parent cc0145d561
commit e6b18231c0
6 changed files with 80 additions and 26 deletions

View File

@ -152,9 +152,10 @@ struct ToxWindow {
int x;
bool is_chat;
bool is_groupchat;
bool is_prompt;
bool is_friendlist;
bool is_groupchat;
int show_peerlist; /* used to toggle groupchat peerlist */
WINDOW_ALERTS alert;