aboutsummaryrefslogtreecommitdiff
path: root/src/edbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/edbox.h')
-rw-r--r--src/edbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edbox.h b/src/edbox.h
index a469eaa..d35723e 100644
--- a/src/edbox.h
+++ b/src/edbox.h
@@ -5,7 +5,7 @@
#define EDBOX_SIZE 240
extern char edbox_visible;
-extern u16 edbox_len;
+extern char edbox_len;
/* clear the contents of the edit box (whether it's visible or not) */
void edbox_clear(void);