mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-30 04:06:46 +02:00
redesign text input field to scroll horizontally, increase max string size
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
#define UNKNOWN_NAME "Anonymous"
|
||||
|
||||
#define MAX_FRIENDS_NUM 500
|
||||
#define MAX_STR_SIZE 256
|
||||
#define MAX_STR_SIZE 1024
|
||||
#define MAX_CMDNAME_SIZE 64
|
||||
#define TOXIC_MAX_NAME_LENGTH 32 /* Must be <= TOX_MAX_NAME_LENGTH */
|
||||
#define KEY_IDENT_DIGITS 2 /* number of hex digits to display for the pub-key based identifier */
|
||||
|
Reference in New Issue
Block a user