Spiral effect in terminal prints

This is a tangent of RPI Matrix, but as someone new to any Pi work this is the first time I’ve seen it.

Back when I was solving errors and now that I am trying RGBMatrixEmulator things printed/echoed to the terminal do so in a spiral. So attempting to display a matrix in terminal looks awful. Even from my first lines that are simply drawing a 3 width border around the matrix, with straight forward graphics.DrawLine. The basic Simple_Square doesn’t do this.

Can anyone point me in the right direction for this? Distinctly different things acting the same and I don’t know why. My instinct is a /n but after a DrawLine doesn’t make sense.