From 2ec44098f9ca6604f2e897bbc4e2ee164049107f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Mon, 18 Jan 2021 15:23:23 +0100 Subject: Allow meters in text mode to span empty neighbors to the right Closes: #484 --- Meter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Meter.h') diff --git a/Meter.h b/Meter.h index 98fed575..2a3cb7af 100644 --- a/Meter.h +++ b/Meter.h @@ -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; -- cgit v1.2.3