Remove extra space with --powerline-left
This commit is contained in:
parent
dcadec63a2
commit
1b11c308ac
@ -55,8 +55,7 @@ void powerline( std::ostringstream & oss, const char color[],
|
|||||||
std::string colorstr( color );
|
std::string colorstr( color );
|
||||||
oss << "#[" << colorstr.substr( colorstr.find( "," ) + 1 )
|
oss << "#[" << colorstr.substr( colorstr.find( "," ) + 1 )
|
||||||
<< PWL_LEFT_FILLED
|
<< PWL_LEFT_FILLED
|
||||||
<< color
|
<< color;
|
||||||
<< ' ';
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case POWERLINE_RIGHT:
|
case POWERLINE_RIGHT:
|
||||||
|
Loading…
Reference in New Issue
Block a user