mirror of
https://github.com/restic/restic.git
synced 2026-05-29 21:35:23 +00:00
e9de9684f4
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.