mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
other: lower the timer for multi-digit in dd times (#469)
Lowers the timer for multi-digit inputs in dd. I'm going to eventually completely rewrite the input part for the entire application though, but this will do for now.
This commit is contained in:
parent
574c2c1df7
commit
1d33441f7b
@ -881,7 +881,7 @@ impl App {
|
||||
.delete_dialog_state
|
||||
.last_number_press
|
||||
.map_or(100, |ins| ins.elapsed().as_millis())
|
||||
> 500
|
||||
>= 400
|
||||
{
|
||||
self.delete_dialog_state.keyboard_signal_select = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user