Bump edit buffer cap to 1024
With message splitting it's reasonable to allow this to be larger.
This commit is contained in:
parent
cf1545870a
commit
7ea1a416a1
2
edit.c
2
edit.c
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#include "chat.h"
|
#include "chat.h"
|
||||||
|
|
||||||
enum { Cap = 512 };
|
enum { Cap = 1024 };
|
||||||
static wchar_t buf[Cap];
|
static wchar_t buf[Cap];
|
||||||
static size_t len;
|
static size_t len;
|
||||||
static size_t pos;
|
static size_t pos;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user