mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
chore: re-enable filtering
This commit is contained in:
parent
e4411082bb
commit
964a3b7b7e
2 changed files with 10 additions and 9 deletions
|
|
@ -121,11 +121,11 @@ pub fn select_candidate(data: &mut Data) {
|
|||
let confirm = format!("[{}]", t!("confirm-yes")).green();
|
||||
let hint = format!("{} {} {}", "[↑/↓/j/k]".blue(), confirm, "[ESC]".red());
|
||||
eprintln!("{}", msg);
|
||||
eprintln!("{}", hint);
|
||||
eprint!("{}", hint);
|
||||
|
||||
let ans = Select::new("\n", highlight_candidates.clone())
|
||||
.with_vim_mode(true)
|
||||
.without_filtering()
|
||||
// .without_filtering()
|
||||
.without_help_message()
|
||||
.with_render_config(render_config)
|
||||
.prompt()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue