From 1212e07093039bf28086faf4bcbfce6b3a9631b1 Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 20 Oct 2025 11:35:18 +0200 Subject: wrap --- kirc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kirc.h') 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 -- cgit v1.2.3