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