working eidt mode perfectly well, i love it

This commit is contained in:
filipriec
2025-02-17 23:52:18 +01:00
parent 3864fc9ae1
commit 93968b2b2f
3 changed files with 27 additions and 11 deletions

View File

@@ -15,7 +15,14 @@ pub fn render_status_line(
theme: &Theme,
is_edit_mode: bool
) {
// // Create the status line text
// let status_line = Line::from(vec![
// Span::styled(current_dir, Style::default().fg(theme.fg)),
// Span::styled(
// program_info,
// Style::default().fg(theme.secondary).add_modifier(ratatui::style::Modifier::BOLD), // Use `secondary` color
// ),
// ]);
// Program name and version
let program_info = format!("multieko2 v{}", env!("CARGO_PKG_VERSION"));