summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/data.h b/src/data.h
index 2be9a98..f4bd185 100644
--- a/src/data.h
+++ b/src/data.h
@@ -359,9 +359,9 @@ struct rp_input_line
char *buffer;
char *prompt;
char *saved;
- int position;
- int length;
- int size;
+ size_t position;
+ size_t length;
+ size_t size;
rp_completions *compl;
Atom selection;
int history_id;