@@ -246,6 +246,9 @@ area_add (char *str, const char *optend, char **end, monitor_t *mon, const int x
constintsize=x-a->begin;
switch(align){
caseALIGN_L:
a->end=x;
break;
caseALIGN_C:
a->begin=mon->width/2-size/2+a->begin/2;
a->end=a->begin+size;
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.