We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2c6cd4 + 2b19ca8 commit 5420cf8Copy full SHA for 5420cf8
common/main.cc
@@ -86,7 +86,7 @@ std::string cpu_string( CPU_MODE cpu_mode, unsigned int cpu_usage_delay, unsigne
86
oss << get_graph_by_percentage( unsigned( percentage ), graph_lines );
87
oss << "]";
88
}
89
- oss.width( 5 );
+ oss.width( 6 );
90
oss.setf( std::ios::fixed, std::ios::floatfield );
91
oss.precision( 1 );
92
oss.fill( ' ' );
0 commit comments