aboutsummaryrefslogtreecommitdiff
path: root/src/edbox.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-26 02:18:00 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-26 02:18:00 -0400
commit706a53bfd61f711ae43ca1adf0d65fd5fdfe67da (patch)
tree58115f6b2afa7521ce63093ca4b0f0c7981e0aae /src/edbox.h
parent19aa5714cc3e51849bed0434769238cfcbb3efd8 (diff)
downloadfujinet-chat-706a53bfd61f711ae43ca1adf0d65fd5fdfe67da.tar.gz
editbox behaving better now, but still not right.
Diffstat (limited to 'src/edbox.h')
-rw-r--r--src/edbox.h3
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;