tmux-mem-cpu-load/common
Adam Weinberger 2b19ca8a0a Increase CPU percent width by 1 (fixes #81)
CPU percent width is 5, which accommodates the maximum possible width
(100.0). When it's at full width, though, the percent string runs right
up against the item before it.

When the graph is enabled, running up against the graph just looks
strange, but still readable ([   |||]100.0%). With the graph disabled
(-g 0) though, it runs into the memory widget, which makes both of them
very difficult to read (11/32GB100%).

This commit adds one space to the CPU percent width. It offsets
a non-pegged load by one, but it ensures there's always at least one
space to separate the widgets.
2023-03-06 15:56:05 -05:00
..
conversions.h Implement --powerline-left 2016-07-31 21:57:56 -04:00
cpu.h uint32_t get_cpu_count() : support >255 threads 2020-02-23 02:40:10 +00:00
error.h NetBSD port. 2015-02-16 23:29:27 +01:00
generate-luts.py Collect top level code files into common directory. 2015-01-20 08:04:02 -05:00
getsysctl.h Code Refactornig 2015-02-19 19:47:45 +01:00
graph.cc Collect top level code files into common directory. 2015-01-20 08:04:02 -05:00
graph.h Collect top level code files into common directory. 2015-01-20 08:04:02 -05:00
load.cc Use consistent precision for load output 2021-08-03 18:29:09 -04:00
load.h Implement --powerline-left 2016-07-31 21:57:56 -04:00
luts.h Progressive colors for CPU usage 2021-12-07 23:19:09 +01:00
main.cc Increase CPU percent width by 1 (fixes #81) 2023-03-06 15:56:05 -05:00
memory.cc Undefined references to std::string in aarch64 build 2022-02-17 12:32:51 -05:00
memory.h Implement --powerline-left 2016-07-31 21:57:56 -04:00
powerline.cc windows: Initial addition 2018-04-23 21:52:17 -04:00
powerline.h Implement --powerline-left 2016-07-31 21:57:56 -04:00
version.h.in Collect top level code files into common directory. 2015-01-20 08:04:02 -05:00