2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-15 19:36:52 +00:00
restic/internal/ui/table
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
..
table_test.go Use character display width for table padding 2024-06-05 09:33:15 +02:00
table.go Use character display width for table padding 2024-06-05 09:33:15 +02:00