Merge pull request #5554 from MichaelEischer/termstatus-flush

termstatus: flush before reading password from terminal
This commit is contained in:
Michael Eischer
2025-10-12 17:59:03 +02:00
committed by GitHub
3 changed files with 37 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
Bugfix: Password prompt was sometimes not shown
The password prompt for a repository was sometimes not shown when running
the `backup -v` command. This has been fixed.
https://github.com/restic/restic/issues/5477
https://github.com/restic/restic/pull/5554