1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 10:26:44 +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

@ -24,7 +24,7 @@
#define TOXIC_H
#ifndef TOXICVER
#define TOXICVER "NOVER_" /* Use the -D flag to set this */
#define TOXICVER "NOVERS" /* Use the -D flag to set this */
#endif
#ifndef SIGWINCH
@ -64,6 +64,7 @@
#define T_KEY_C_Y 0x19 /* ctrl-y */
#define T_KEY_C_L 0x0C /* ctrl-l */
#define T_KEY_C_W 0x17 /* ctrl-w */
#define T_KEY_C_B 0x02 /* ctrl-b */
#define T_KEY_TAB 0x09 /* TAB key */
#define ONLINE_CHAR "*"