summaryrefslogtreecommitdiff
path: root/more.h
diff options
context:
space:
mode:
Diffstat (limited to 'more.h')
-rw-r--r--more.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/more.h b/more.h
index 8e6e723..27e7e7a 100644
--- a/more.h
+++ b/more.h
@@ -14,6 +14,8 @@ struct more_file {
fpos_t *lines;
size_t nlines;
size_t mark[26];
+ size_t nbytes;
+ size_t *bytepos;
char *buf;
size_t nbuf;
};