1
0
mirror of https://github.com/restic/restic.git synced 2024-07-27 12:37:40 +02:00
restic/internal/ui/backup
Michael Eischer aedead2823 ui/termstatus: fix clearing status lines
To clear the status lines, they should be set to an empty array to
prevent future updates of those lines. Setting the status lines to an
array containing an empty string is wrong as this causes the output to
continuously add that empty status line after each message.
2024-07-06 11:27:35 +02:00
..
json.go backup: implement --skip-if-unchanged 2024-05-30 15:14:31 +02:00
progress_test.go archiver: refactor summary collection from ui into the archiver 2024-02-23 20:27:13 +01:00
progress.go archiver: refactor summary collection from ui into the archiver 2024-02-23 20:27:13 +01:00
rate_estimator_test.go Address review comments 2023-06-08 20:24:21 +02:00
rate_estimator.go Address review comments 2023-06-08 20:24:21 +02:00
text.go ui/termstatus: fix clearing status lines 2024-07-06 11:27:35 +02:00