mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46:07 +00:00
fix operation translation taking ages
This commit is contained in:
@@ -58,3 +58,9 @@ func getPassword(args ...any) (string, error) {
|
||||
fmt.Print("\r")
|
||||
return string(password), nil
|
||||
}
|
||||
|
||||
func pause() {
|
||||
fmt.Print("Press any key to continue...")
|
||||
term.ReadPassword(int(os.Stdin.Fd()))
|
||||
fmt.Println()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user