2
2
mirror of https://github.com/octoleo/restic.git synced 2024-12-02 18:08:28 +00:00
restic/internal/ui/restore
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_test.go restore: add deletions to progress output 2024-07-05 22:38:39 +02:00
json.go restore: add deletions to progress output 2024-07-05 22:38:39 +02:00
progress_test.go restore: add deletions to progress output 2024-07-05 22:38:39 +02:00
progress.go restore: add deletions to progress output 2024-07-05 22:38:39 +02:00
text_test.go restore: add deletions to progress output 2024-07-05 22:38:39 +02:00
text.go ui/termstatus: fix clearing status lines 2024-07-06 11:27:35 +02:00