diff options
Diffstat (limited to 'helix-view')
-rw-r--r-- | helix-view/src/editor.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 5d82e0d4..f99924cf 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -247,6 +247,8 @@ pub enum StatusLineElement { /// The cursor position Position, + /// The cursor position as a percent of the total file + PositionPercentage, /// A single space Spacer, } |