From bfdcfec8c954225f79b49ce3e4db4bb76715ae69 Mon Sep 17 00:00:00 2001 From: Seth Bromberger Date: Tue, 26 Jul 2022 03:07:59 +0200 Subject: add spacer element to statusline (#3165) * add spacer element to statusline * docs--- helix-view/src/editor.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'helix-view/src/editor.rs') 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 -- cgit v1.2.3-70-g09d2