summaryrefslogtreecommitdiff
path: root/textscreen/txt_inputbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen/txt_inputbox.h')
-rw-r--r--textscreen/txt_inputbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/textscreen/txt_inputbox.h b/textscreen/txt_inputbox.h
index 6237bc91..1e270d97 100644
--- a/textscreen/txt_inputbox.h
+++ b/textscreen/txt_inputbox.h
@@ -45,6 +45,7 @@ struct txt_inputbox_s
{
txt_widget_t widget;
char *buffer;
+ size_t buffer_len;
unsigned int size;
int editing;
void *value;