More descriptive comment
Vladimir Bauer
8 years ago
| 79 | 79 |
mpb.PrependDecorators(
|
| 80 | 80 |
decor.StaticName(name, 0, 0),
|
| 81 | 81 |
// DSyncSpace is shortcut for DwidthSync|DextraSpace
|
| 82 | |
// means sync the width of respective decorator's column
|
| 83 | |
// and prepend one extra space.
|
|
82 |
// DwidthSync bit enables same column width synchronization
|
|
83 |
// DextraSpace bit prepends decorator's output with exactly one space
|
| 84 | 84 |
decor.Percentage(3, decor.DSyncSpace),
|
| 85 | 85 |
),
|
| 86 | 86 |
mpb.AppendDecorators(
|
| 26 | 26 |
mpb.PrependDecorators(
|
| 27 | 27 |
decor.StaticName(name, 0, 0),
|
| 28 | 28 |
// DSyncSpace is shortcut for DwidthSync|DextraSpace
|
| 29 | |
// means sync the width of respective decorator's column
|
| 30 | |
// and prepend one extra space.
|
|
29 |
// DwidthSync bit enables same column width synchronization
|
|
30 |
// DextraSpace bit prepends decorator's output with exactly one space
|
| 31 | 31 |
decor.Percentage(3, decor.DSyncSpace),
|
| 32 | 32 |
),
|
| 33 | 33 |
mpb.AppendDecorators(
|