mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 21:55:11 +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
|
.delete_dialog_state
|
||||||
.last_number_press
|
.last_number_press
|
||||||
.map_or(100, |ins| ins.elapsed().as_millis())
|
.map_or(100, |ins| ins.elapsed().as_millis())
|
||||||
> 500
|
>= 400
|
||||||
{
|
{
|
||||||
self.delete_dialog_state.keyboard_signal_select = 0;
|
self.delete_dialog_state.keyboard_signal_select = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user