working eidt mode perfectly well, i love it
This commit is contained in:
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user