about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-23 13:45:28 -0400
committerJune McEnroe <june@causal.agency>2020-03-23 13:45:28 -0400
commit7ea1a416a1114085b272537b2b1b0f0d1fd3fd42 (patch)
tree45c1afe2b8713d7649bdc35968d9ff8e081c4b26
parentAssume worst case for unknown user and host in splitMessage (diff)
downloadtest-7ea1a416a1114085b272537b2b1b0f0d1fd3fd42.tar.gz
test-7ea1a416a1114085b272537b2b1b0f0d1fd3fd42.zip
Bump edit buffer cap to 1024
With message splitting it's reasonable to allow this to be larger.
-rw-r--r--edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.c b/edit.c
index a0ec333..720d7fd 100644
--- a/edit.c
+++ b/edit.c
@@ -24,7 +24,7 @@
 
 #include "chat.h"
 
-enum { Cap = 512 };
+enum { Cap = 1024 };
 static wchar_t buf[Cap];
 static size_t len;
 static size_t pos;
href='/src/commit/txt/books.txt?id=5151b60948b83a933f01b26c85b45210a36a4786&follow=1'>Add Fierce Femmes and Notorious LiarsJune McEnroe 2020-02-23Add This Is How You Lose the Time WarJune McEnroe 2020-02-22Add See Ya LaterJune McEnroe 2020-02-20Remove wiki scriptJune McEnroe 2020-02-19Add The Obelisk GateJune McEnroe 2020-02-17Add Four Tet — HandsJune McEnroe 2020-02-12Simplify macOS notify-sendJune McEnroe 2020-02-12Add imbox and notemap to pageJune McEnroe 2020-02-12Collapse simple linksJune McEnroe 2020-02-12Move catgirl up the pageJune McEnroe 2020-02-12Update catgirl pty grabJune McEnroe 2020-02-12Link to cgit /about pages where appropriateJune McEnroe 2020-02-11Separate LINKS from BINS for html to workJune McEnroe 2020-02-11Add margin to Bl-bullet itemsJune McEnroe 2020-02-10Match URLs inside parens or with paired parens insideJune McEnroe 2020-02-10Duplicate effective URL before passing it back to curlJune McEnroe 2020-02-09Add To Be Taught, If FortunateJune McEnroe 2020-02-04Add The Future of Another TimelineJune McEnroe 2020-01-31Reorganize the Makefile for the umpteenth timeJune McEnroe 2020-01-28Change scout sensitivity to 1.4June McEnroe 2020-01-28Import shows.txtJune McEnroe