diff --git a/common/powerline.cc b/common/powerline.cc index 46812f8..8b7037f 100644 --- a/common/powerline.cc +++ b/common/powerline.cc @@ -55,8 +55,7 @@ void powerline( std::ostringstream & oss, const char color[], std::string colorstr( color ); oss << "#[" << colorstr.substr( colorstr.find( "," ) + 1 ) << PWL_LEFT_FILLED - << color - << ' '; + << color; } break; case POWERLINE_RIGHT: