mirror of
https://github.com/restic/restic.git
synced 2026-02-03 20:39:52 -05:00
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. |
||
|---|---|---|
| .. | ||
| backup | ||
| progress | ||
| restore | ||
| signals | ||
| table | ||
| termstatus | ||
| format.go | ||
| format_test.go | ||
| message.go | ||