From ca1bc90d962c44a09fc1c61a26cce1c15b786c37 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 7 Mar 2026 01:46:51 -0500 Subject: /me and /msg formatting, make edit box 240 bytes --- src/edbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/edbox.h') diff --git a/src/edbox.h b/src/edbox.h index a410cec..3344353 100644 --- a/src/edbox.h +++ b/src/edbox.h @@ -2,7 +2,7 @@ /**** public API ****/ -#define EDBOX_SIZE 160 +#define EDBOX_SIZE 240 /* clear the contents of the edit box (whether it's visible or not) */ void edbox_clear(void); -- cgit v1.2.3