2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-27 07:16:40 +00:00
restic/internal/ui
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
..
backup ui/termstatus: fix clearing status lines 2024-07-06 11:27:35 +02:00
progress ui/progress: add helper to print messages during tests 2024-04-14 13:45:08 +02:00
restore ui/termstatus: fix clearing status lines 2024-07-06 11:27:35 +02:00
signals add go:build headers everywhere 2022-03-28 22:23:47 +02:00
table ui/table: avoid duplicate table cell width calculation 2024-06-07 21:45:40 +02:00
termstatus ui/termstatus: fix clearing status lines 2024-07-06 11:27:35 +02:00
format_test.go Use character display width for table padding 2024-06-05 09:33:15 +02:00
format.go Use character display width for table padding 2024-06-05 09:33:15 +02:00
message.go termstatus: Do formatting in Message, not Terminal 2024-05-27 19:05:39 +02:00