Merge branch 'master' into menus

This commit is contained in:
Max Brunsfeld 2021-04-09 10:34:21 -07:00
commit 00d7dafbba
38 changed files with 1105 additions and 186 deletions

View file

@ -52,6 +52,8 @@ impl super::App for App {
fn prompt_for_paths(&self, _: super::PathPromptOptions) -> Option<Vec<std::path::PathBuf>> {
None
}
fn copy(&self, _: &str) {}
}
impl Window {