aegirhall / console-menu

A simple Python menu system for building terminal user interfaces.
MIT License
365 stars 58 forks source link

Add ZeroBorder ( Borderless Menu ) #97

Open SuppliedOrange opened 8 months ago

SuppliedOrange commented 8 months ago

Adds a ZeroBorder. This border has blank characters instead of an actual border. Here's what it looks like:

image

I made this change because pyinstaller broke my borders. This was a nice workaround to a problem I didn't want to debug plus it looked nicer.