3FXE6FJOL5DONWYJBPRW4ZVMCWFXYPZPVOMR2PP4LVM7BHYX4EXAC }// The outer box is defined as 2 on either side, see wrapperStylefunc (c *config) getInnerWidth() int {return c.size.Width - 4}// The top bar is 1 line, and the wrapperStyle adds -2, so the most innerHeight has to be - 3func (c *config) getInnerHeight() int {return c.size.Height - 3