mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44:34 +03:00
Ensure we do not attempt to add a DynamicMeter via the
htoprc that we didn't find during start up. This just leaves blank sections of the display as @smalinux found. Related to https://github.com/htop-dev/htop/pull/682
This commit is contained in:
@ -18,7 +18,7 @@ Hashtable* DynamicMeters_new(void);
|
||||
|
||||
const char* DynamicMeter_lookup(const ProcessList* pl, unsigned int param);
|
||||
|
||||
unsigned int DynamicMeter_search(const ProcessList* pl, const char* name);
|
||||
bool DynamicMeter_search(const ProcessList* pl, const char* name, unsigned int* key);
|
||||
|
||||
extern const MeterClass DynamicMeter_class;
|
||||
|
||||
|
Reference in New Issue
Block a user