Handle empty powerline direction

This commit is contained in:
itzTanos29 2026-06-22 12:46:37 -04:00
parent ab991091be
commit 11b856c72d

View file

@ -74,6 +74,8 @@ void powerline_char( std::ostringstream & oss, const char dynamic_color[],
sprintf(write_color, "%d", static_color);
switch( direction )
{
case NONE:
break;
case POWERLINE_LEFT:
if ( eol )
{