restic/internal/ui
Michael Eischer 9354262b1b backup: fix stuck status bar
The status bar got stuck once the first error was reported, the scanner
completed or some file was backed up. Either case sets a flag that the
scanner has started.

This flag is used to hide the progress bar until the flag is set. Due to
an inverted condition, the opposite happened and the status stopped
refreshing once the flag was set.

In addition, the scannerStarted flag was not set when the scanner just
reported progress information.
2022-11-02 21:31:13 +01:00
..
backup backup: fix stuck status bar 2022-11-02 21:31:13 +01:00
progress ui/progress: Load both values in a single Lock/Unlock 2022-10-25 07:55:24 +02:00
signals add go:build headers everywhere 2022-03-28 22:23:47 +02:00
table avoiding unnecessary type conversions 2019-06-30 23:58:00 +03:00
termstatus ui: Properly clear lines no longer used for status 2022-10-30 10:29:12 +01:00
format.go ui: Fix FormatBytes at exactly 1024 time a unit 2022-10-31 18:39:28 +01:00
format_test.go ui: Fix FormatBytes at exactly 1024 time a unit 2022-10-31 18:39:28 +01:00
message.go Use new archiver code for backup 2018-04-28 22:08:11 +02:00
stdio_wrapper.go Simplify ui.StdioWrapper.Write 2020-10-17 20:30:46 +02:00
stdio_wrapper_test.go Simplify ui.StdioWrapper.Write 2020-10-17 20:30:46 +02:00