Skip to content

Commit

Permalink
update docu
Browse files Browse the repository at this point in the history
  • Loading branch information
janstarke committed May 10, 2024
1 parent 3509662 commit 17d1b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/evtxview/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ use ratatui::{
widgets::{block::*, *},
};

const INFO_TEXT: &str = r#"(Esc) quit | (↑) move up | (↓) move down | (→) next color | (←) previous color |
(x) eXclude by event id" | (i) Include by event id | (R) Reset filter | (o) change Orientation | (+/-) in/decrease table size"#;
// (→) next color | (←) previous color
const INFO_TEXT: &str = r#"(Esc) quit | (↑) move up | (↓) move down | (x) eXclude by event id" | (i) Include by event id | (R) Reset filter | (o) change Orientation | (+/-) in/decrease table size"#;

pub struct App {
evtx_table: EvtxTable,
Expand Down

0 comments on commit 17d1b63

Please sign in to comment.