diff options
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; |
