mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
fix: Jump to next entry after select (#262)
This commit is contained in:
committed by
GitHub
parent
e5172d4207
commit
b5b3aeb645
@@ -102,6 +102,8 @@ impl OwnStates {
|
||||
true => self.deselect(entry),
|
||||
false => self.select(entry),
|
||||
}
|
||||
// increment index
|
||||
self.incr_list_index(false);
|
||||
}
|
||||
|
||||
/// Select all files
|
||||
|
||||
Reference in New Issue
Block a user