working perfectly well, lets keep on going
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user