From 408d8ecbd73cf8dcb4d9af0e3e965534c1aff03f Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 15 Jul 2020 12:38:28 -0400 Subject: add byte counts for use by =/^G --- more.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'more.h') 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; }; -- cgit v1.2.1