image rendering and visual selection

This commit is contained in:
2026-07-07 14:50:49 +02:00
parent 04b6776ebf
commit 4727e51d1b
20 changed files with 4476 additions and 2427 deletions
+4 -1
View File
@@ -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
}