diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-26 02:18:00 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-26 02:18:00 -0400 |
| commit | 706a53bfd61f711ae43ca1adf0d65fd5fdfe67da (patch) | |
| tree | 58115f6b2afa7521ce63093ca4b0f0c7981e0aae /src/edbox.h | |
| parent | 19aa5714cc3e51849bed0434769238cfcbb3efd8 (diff) | |
| download | fujinet-chat-706a53bfd61f711ae43ca1adf0d65fd5fdfe67da.tar.gz | |
editbox behaving better now, but still not right.
Diffstat (limited to 'src/edbox.h')
| -rw-r--r-- | src/edbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
