mirror of
https://github.com/veeso/termscp.git
synced 2026-09-27 06:21:22 -07:00
build(deps): updated dependencies and edition to 2024
This commit is contained in:
@@ -135,7 +135,9 @@ impl SetupActivity {
|
||||
_ => String::new(),
|
||||
};
|
||||
// Prepare text editor
|
||||
env::set_var("EDITOR", self.config().get_text_editor());
|
||||
unsafe {
|
||||
env::set_var("EDITOR", self.config().get_text_editor());
|
||||
}
|
||||
let placeholder: String = format!("# Type private SSH key for {username}@{host}\n");
|
||||
// Put input mode back to normal
|
||||
if let Err(err) = self.context_mut().terminal().disable_raw_mode() {
|
||||
|
||||
Reference in New Issue
Block a user