From 706a53bfd61f711ae43ca1adf0d65fd5fdfe67da Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 26 Mar 2026 02:18:00 -0400 Subject: editbox behaving better now, but still not right. --- src/edbox.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/edbox.h') diff --git a/src/edbox.h b/src/edbox.h index d35723e..ae0acfd 100644 --- a/src/edbox.h +++ b/src/edbox.h @@ -2,7 +2,10 @@ /**** public API ****/ +// #define EDBOX_SIZE 20 /* for testing only! */ +// #define EDBOX_MAXPOS 19 /* 1 less than EDBOX_SIZE! */ #define EDBOX_SIZE 240 +#define EDBOX_MAXPOS 239 extern char edbox_visible; extern char edbox_len; -- cgit v1.2.3