1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 21:06:34 +01:00

Merge with master branch

This commit is contained in:
Jfreegman
2015-10-16 21:01:49 -04:00
8 changed files with 111 additions and 88 deletions

View File

@@ -49,6 +49,10 @@
#define KEY_IDENT_DIGITS 3 /* number of hex digits to display for the pub-key based identifier */
#define TIME_STR_SIZE 32
#ifndef MAX_PORT_RANGE
#define MAX_PORT_RANGE 65535
#endif
/* ASCII key codes */
#define T_KEY_ESC 0x1B /* ESC key */
#define T_KEY_KILL 0x0B /* ctrl-k */