diff options
Diffstat (limited to 'src/state.rs')
| -rw-r--r-- | src/state.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state.rs b/src/state.rs index f798836..74b39d5 100644 --- a/src/state.rs +++ b/src/state.rs @@ -2,4 +2,5 @@ pub struct State { pub current: usize, pub buffer: String, + pub buffer_len: usize, } |
