bufE on its own line
Vladimir Bauer
7 years ago
| 49 | 49 | |
| 50 | 50 | type ( |
| 51 | 51 | bState struct { |
| 52 | filler Filler | |
| 53 | extender Filler | |
| 54 | id int | |
| 55 | width int | |
| 56 | alignment int | |
| 57 | total int64 | |
| 58 | current int64 | |
| 59 | trimSpace bool | |
| 60 | toComplete bool | |
| 61 | removeOnComplete bool | |
| 62 | barClearOnComplete bool | |
| 63 | completeFlushed bool | |
| 64 | aDecorators []decor.Decorator | |
| 65 | pDecorators []decor.Decorator | |
| 66 | amountReceivers []decor.AmountReceiver | |
| 67 | shutdownListeners []decor.ShutdownListener | |
| 68 | bufP, bufB, bufA, bufE *bytes.Buffer | |
| 69 | panicMsg string | |
| 52 | filler Filler | |
| 53 | extender Filler | |
| 54 | id int | |
| 55 | width int | |
| 56 | alignment int | |
| 57 | total int64 | |
| 58 | current int64 | |
| 59 | trimSpace bool | |
| 60 | toComplete bool | |
| 61 | removeOnComplete bool | |
| 62 | barClearOnComplete bool | |
| 63 | completeFlushed bool | |
| 64 | aDecorators []decor.Decorator | |
| 65 | pDecorators []decor.Decorator | |
| 66 | amountReceivers []decor.AmountReceiver | |
| 67 | shutdownListeners []decor.ShutdownListener | |
| 68 | bufP, bufB, bufA *bytes.Buffer | |
| 69 | bufE *bytes.Buffer | |
| 70 | panicMsg string | |
| 70 | 71 | |
| 71 | 72 | // following options are assigned to the *Bar |
| 72 | 73 | priority int |