jordansprojects/SimpleChess

printboard formatting looks bad and prints differently depending upon console used

Closed this issue · 3 comments

On Eclipse I need to give unicode symbols a larger setw() value in order for them to line up proper with other characters in the Eclipse console. However, on the XFCE Terminal, if you use different setw() values for unicode the board will be misaligned.

I have switched to printing a certain # of spaces instead of setw - but the same issue persists. Looks fine on XFCE still

Issue resolved. I defined a string variable called SPACE in the CLI.h file that is defined as a single TAB