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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_inputbox.h b/textscreen/txt_inputbox.h
index 400a1ed8..fa610485 100644
--- a/textscreen/txt_inputbox.h
+++ b/textscreen/txt_inputbox.h
@@ -30,7 +30,7 @@ struct txt_inputbox_s
{
txt_widget_t widget;
char *buffer;
- int size;
+ unsigned int size;
int editing;
void *value;
};