working perfectly well, lets keep on going

This commit is contained in:
filipriec
2025-02-16 23:23:52 +01:00
parent cc5f7398d0
commit 70c2638873
3 changed files with 6 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ pub fn render_command_line(f: &mut Frame, area: Rect, input: &str, active: bool,
let prompt = if active {
":"
} else {
"Press ':' for commands (w = save, q = quit)"
""
};
let style = if active {
Style::default().fg(theme.accent)