diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-07 01:46:51 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-07 01:46:51 -0500 |
| commit | ca1bc90d962c44a09fc1c61a26cce1c15b786c37 (patch) | |
| tree | 8e3b59ca8cf82cafc3cb4e76254cd206b03663b5 /src/edbox.h | |
| parent | 396e9e6ca3732ec94e6aaa50804d250c795da264 (diff) | |
| download | fujinet-chat-ca1bc90d962c44a09fc1c61a26cce1c15b786c37.tar.gz | |
/me and /msg formatting, make edit box 240 bytes
Diffstat (limited to 'src/edbox.h')
| -rw-r--r-- | src/edbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
