Skip to content

Commit

Permalink
Make a field public
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNerma committed Feb 9, 2024
1 parent 0fef407 commit 5fff6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/history/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub struct SearchFilter {
/// Query for the command line content
pub command_line: Option<CommandLineSearch>,
/// Considered implementation detail for now
pub(crate) not_command_line: Option<String>, // to skip the currently shown value in up-arrow navigation
pub not_command_line: Option<String>, // to skip the currently shown value in up-arrow navigation
/// Filter based on the executing systems hostname
pub hostname: Option<String>,
/// Exact filter for the working directory
Expand Down

0 comments on commit 5fff6fa

Please sign in to comment.