Allow meters in text mode to span empty neighbors to the right

Closes: #484
This commit is contained in:
Christian Göttsche
2021-01-18 15:23:23 +01:00
committed by cgzones
parent 6f6e0ec571
commit 2ec44098f9
4 changed files with 43 additions and 14 deletions

View File

@ -98,6 +98,7 @@ struct Meter_ {
int param;
GraphData* drawData;
int h;
int columnWidthCount; /*<< only used internally by the Header */
const ProcessList* pl;
uint8_t curItems;
const int* curAttributes;