Migrated termscp to tui-realm 1.x

This commit is contained in:
veeso
2021-11-21 10:02:03 +01:00
committed by Christian Visintin
parent 30851a78e8
commit 54b5583d1a
54 changed files with 10994 additions and 7691 deletions

View File

@@ -505,7 +505,7 @@ impl FileTransferActivity {
>= 500
{
// Read events
self.read_input_event();
self.tick();
// Reset instant
last_input_event_fetch = Some(Instant::now());
}
@@ -937,7 +937,7 @@ impl FileTransferActivity {
>= 500
{
// Read events
self.read_input_event();
self.tick();
// Reset instant
last_input_event_fetch = Some(Instant::now());
}