mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Fmt symlink with len 48 in found dialog
This commit is contained in:
@@ -171,7 +171,7 @@ impl Browser {
|
|||||||
.with_group_dirs(Some(GroupDirs::First))
|
.with_group_dirs(Some(GroupDirs::First))
|
||||||
.with_hidden_files(true)
|
.with_hidden_files(true)
|
||||||
.with_stack_size(0)
|
.with_stack_size(0)
|
||||||
.with_formatter(Some("{NAME} {SYMLINK}"))
|
.with_formatter(Some("{NAME:32} {SYMLINK}"))
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user