diff options
Diffstat (limited to 'helix-view/src')
-rw-r--r-- | helix-view/src/editor.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 7bfeb8db..53c664b1 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -246,6 +246,9 @@ pub enum StatusLineElement { /// The cursor position Position, + + /// A single space + Spacer, } // Cursor shape is read and used on every rendered frame and so needs |