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

refactor chat window input code, misc fixes

This commit is contained in:
Jfreegman
2014-06-26 02:33:09 -04:00
parent 6c38e72654
commit 09badaa9ee
12 changed files with 449 additions and 404 deletions

View File

@ -58,7 +58,7 @@ static struct _pendingDel {
WINDOW *popup;
} pendingdelete;
#define S_WEIGHT 100
#define S_WEIGHT 100000
static int index_name_cmp(const void *n1, const void *n2)
{