@ -287,7 +287,7 @@ static void BarMeterMode_draw(Meter* this, int x, int y, int w) {
intblockSizes[10];
xSnprintf(bar,w+1,"%*s",w,buffer);
xSnprintf(bar,w+1,"%*.*s",w,w,buffer);
// First draw in the bar[] buffer...
intoffset=0;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.