mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
open-rs fixes
This commit is contained in:
@@ -42,12 +42,14 @@ pub(crate) mod rename;
|
||||
pub(crate) mod save;
|
||||
pub(crate) mod submit;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(crate) enum SelectedEntry {
|
||||
One(FsEntry),
|
||||
Many(Vec<FsEntry>),
|
||||
None,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
enum SelectedEntryIndex {
|
||||
One(usize),
|
||||
Many(Vec<usize>),
|
||||
|
||||
Reference in New Issue
Block a user