restic/internal/ui
Florian Thoma e9de9684f4
Use character display width for table padding
Using len(...) for table cell padding produced wrong results for unicode
chracters leading to misaligned tables. Implementation changed to take
the actual terminal display width into consideration.
2024-06-05 09:33:15 +02:00
..
backup backup: implement --skip-if-unchanged 2024-05-30 15:14:31 +02:00
progress ui/progress: add helper to print messages during tests 2024-04-14 13:45:08 +02:00
restore Tweak restore summary 2023-09-20 10:59:55 +02:00
signals add go:build headers everywhere 2022-03-28 22:23:47 +02:00
table Use character display width for table padding 2024-06-05 09:33:15 +02:00
termstatus termstatus: Do formatting in Message, not Terminal 2024-05-27 19:05:39 +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