1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 08:36:47 +02:00

truncate long chat window names

This commit is contained in:
Jfreegman
2014-07-07 19:39:33 -04:00
parent f1a3ed379e
commit 27a31a8399
2 changed files with 20 additions and 6 deletions

View File

@ -36,6 +36,7 @@
#include "toxic.h"
#define MAX_WINDOWS_NUM 32
#define MAX_WINDOW_NAME_LENGTH 16
#define CURS_Y_OFFSET 1 /* y-axis cursor offset for chat contexts */
#define CHATBOX_HEIGHT 2