mirror of
https://github.com/veeso/termscp.git
synced 2026-04-07 18:51:32 -07:00
symlink command
This commit is contained in:
committed by
Christian Visintin
parent
24788fa894
commit
ced7573241
@@ -213,6 +213,7 @@ impl FileTransferActivity {
|
||||
|
||||
/// Update local file list
|
||||
pub(super) fn update_local_filelist(&mut self) {
|
||||
self.reload_local_dir();
|
||||
// Get width
|
||||
let width = self
|
||||
.context_mut()
|
||||
@@ -260,6 +261,7 @@ impl FileTransferActivity {
|
||||
|
||||
/// Update remote file list
|
||||
pub(super) fn update_remote_filelist(&mut self) {
|
||||
self.reload_remote_dir();
|
||||
let width = self
|
||||
.context_mut()
|
||||
.terminal()
|
||||
|
||||
Reference in New Issue
Block a user