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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user