image rendering and visual selection
This commit is contained in:
+4
-1
@@ -113,7 +113,10 @@ impl StatuslineSection {
|
||||
}
|
||||
|
||||
/// Add multiple components to this section.
|
||||
pub fn with_components(mut self, components: Vec<StatuslineComponent>) -> Self {
|
||||
pub fn with_components(
|
||||
mut self,
|
||||
components: Vec<StatuslineComponent>,
|
||||
) -> Self {
|
||||
self.components = components;
|
||||
self
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user