aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.h
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-20 11:35:18 +0200
committerjoe <rbo@gmx.us>2025-10-20 11:35:18 +0200
commit1212e07093039bf28086faf4bcbfce6b3a9631b1 (patch)
treef4a605f1a2fbc52b577af749256abc82d0fe41cf /kirc.h
parentsome formating for sent msg and lots more to come (diff)
downloadkirc-1212e07093039bf28086faf4bcbfce6b3a9631b1.tar.gz
kirc-1212e07093039bf28086faf4bcbfce6b3a9631b1.tar.bz2
kirc-1212e07093039bf28086faf4bcbfce6b3a9631b1.tar.xz
kirc-1212e07093039bf28086faf4bcbfce6b3a9631b1.tar.zst
kirc-1212e07093039bf28086faf4bcbfce6b3a9631b1.zip
wrap
Diffstat (limited to 'kirc.h')
-rw-r--r--kirc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kirc.h b/kirc.h
index 102803e..d6b1ea6 100644
--- a/kirc.h
+++ b/kirc.h
@@ -12,7 +12,7 @@
#define TESTCHARS "\xe1\xbb\xa4"
#define MSG_MAX 512 /* irc rfc says lines are 512 char's max, but servers can accept more */
#define CHA_MAX 200
-#define WRAP_LEN 26
+#define WRAP_LEN 22
#define ABUF_LEN (sizeof("\r") - 1 + CHA_MAX + sizeof("> ") - 1 + MSG_MAX + sizeof("\x1b[0K") - 1 + 32 + 1)
/* this is as big as the ab buffer can get */
#define HIS_MAX 100