Skip to content

Commit

Permalink
status bar message update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacperacy committed May 30, 2024
1 parent a50c1ec commit ee39a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use ratatui::layout::Rect;
pub type AppResult<T> = std::result::Result<T, Box<dyn error::Error>>;

const QUIT_TIMES: i8 = 2;
const DEFAULT_STATUS: &str = "Press Ctrl + C to quit or Ctrl + S to save.";
const DEFAULT_STATUS: &str = "Press Ctrl + C to quit, Ctrl + S to save.";

#[derive(Debug)]
pub struct Direction {
Expand Down

0 comments on commit ee39a03

Please sign in to comment.