1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01:00

Merge pull request #8018 from tweag/ssh-password-prompt

SSH: don't erase password prompt if it is displayed
This commit is contained in:
Théophane Hufschmitt 2023-03-31 12:06:10 +02:00 committed by GitHub
commit e32ca3cf16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 129 additions and 6 deletions

View file

@ -72,6 +72,9 @@ public:
virtual void stop() { };
virtual void pause() { };
virtual void resume() { };
// Whether the logger prints the whole build log
virtual bool isVerbose() { return false; }