summaryrefslogtreecommitdiff
path: root/textscreen/txt_spinctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen/txt_spinctrl.h')
-rw-r--r--textscreen/txt_spinctrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/textscreen/txt_spinctrl.h b/textscreen/txt_spinctrl.h
index 5a815319..006a0471 100644
--- a/textscreen/txt_spinctrl.h
+++ b/textscreen/txt_spinctrl.h
@@ -53,6 +53,7 @@ struct txt_spincontrol_s
union { float f; int i; } min, max, *value, step;
int editing;
char *buffer;
+ size_t buffer_len;
};
/**