mirror of
https://github.com/veeso/termscp.git
synced 2026-09-26 22:11:26 -07:00
280 feature request go to path auto completion (#287)
This commit is contained in:
@@ -22,7 +22,7 @@ const LOG_CAPACITY: usize = 256;
|
||||
impl FileTransferActivity {
|
||||
/// Call `Application::tick()` and process messages in `Update`
|
||||
pub(super) fn tick(&mut self) {
|
||||
match self.app.tick(PollStrategy::UpTo(3)) {
|
||||
match self.app.tick(PollStrategy::UpTo(1)) {
|
||||
Ok(messages) => {
|
||||
if !messages.is_empty() {
|
||||
self.redraw = true;
|
||||
|
||||
Reference in New Issue
Block a user