Description
During [craftbot.py](http://craftbot.py/) installation and status, I noticed the || (box-drawing) alignment was clearly misaligned and broken at the right edge. The CraftBot logo also seems to be misaligned at one point.
Steps to Reproduce
- Open terminal and navigate to CraftBot directory
- Run 'python craftbot.py status' or 'python craftbot.py install'
This is can be easily fixed by changing the width of the box-drawing characters and spaces in craftbot.py in cmd_status, but I want to make sure this is not a locally produced error.
Description
During [craftbot.py](http://craftbot.py/) installation and status, I noticed the || (box-drawing) alignment was clearly misaligned and broken at the right edge. The CraftBot logo also seems to be misaligned at one point.
Steps to Reproduce
This is can be easily fixed by changing the width of the box-drawing characters and spaces in craftbot.py in cmd_status, but I want to make sure this is not a locally produced error.