mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
AuthActivity: enter setup with <CTRL+C>
This commit is contained in:
@@ -109,6 +109,7 @@ pub struct AuthActivity {
|
||||
pub password: String,
|
||||
pub submit: bool, // becomes true after user has submitted fields
|
||||
pub quit: bool, // Becomes true if user has pressed esc
|
||||
pub setup: bool, // Becomes true if user has requested setup
|
||||
context: Option<Context>,
|
||||
bookmarks_client: Option<BookmarksClient>,
|
||||
selected_field: InputField, // Selected field in AuthCredentials Form
|
||||
@@ -141,6 +142,7 @@ impl AuthActivity {
|
||||
password: String::new(),
|
||||
submit: false,
|
||||
quit: false,
|
||||
setup: false,
|
||||
context: None,
|
||||
bookmarks_client: None,
|
||||
selected_field: InputField::Address,
|
||||
|
||||
Reference in New Issue
Block a user