getRightSize method
Returns the width of the right border.
If borders contain runes of varying widths, the widest rune is returned. If no border exists on the right edge, 0 is returned.
Implementation
int getRightSize() {
return _getBorderEdgeWidth([topRight, right, bottomRight]);
}