# Move the cursor to the right, the width of the ascii art with an
# additional gap for text spacing.
printf '[%sC' "${ascii_width--1}"
printf '[%sC' "$ascii_width"
# Print the info name and color the text.
printf '[3%s;1m%s[m' "${PF_COL1-4}" "$name"
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.