mirror of https://github.com/xzeldon/htop.git
038f2ae777
Title width of "CPUD%" and "SWAPD%" is 5 and there value cannot go beyond "100.0%", so increase their field width to 5. "IOD%" is similar to "MEM%" column, title width is 4 and maximum value cannot go beyond "100.0%". So in case of "IOD%" column, there is no need to increase title width to "5". "Process_printPercentage()" function will handle the maximum value case, it will display value beyond "99.9%" as "100" instead of "100.0". |
||
---|---|---|
.. | ||
columns | ||
meters | ||
PCPDynamicColumn.c | ||
PCPDynamicColumn.h | ||
PCPDynamicMeter.c | ||
PCPDynamicMeter.h | ||
PCPMetric.c | ||
PCPMetric.h | ||
PCPProcess.c | ||
PCPProcess.h | ||
PCPProcessList.c | ||
PCPProcessList.h | ||
Platform.c | ||
Platform.h | ||
ProcessField.h |