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

change online/offline symbols

This commit is contained in:
Jfreegman
2014-07-26 19:16:07 -04:00
parent 02b192d6ee
commit 3cae1d92cd
5 changed files with 9 additions and 6 deletions

View File

@ -64,6 +64,9 @@
#define T_KEY_C_H 0x08 /* ctrl-h */
#define T_KEY_C_Y 0x19 /* ctrl-y */
#define ONLINE_CHAR "*"
#define OFFLINE_CHAR "*"
typedef enum _FATAL_ERRS {
FATALERR_MEMORY = -1, /* malloc() or calloc() failed */
FATALERR_FREAD = -2, /* fread() failed on critical read */