aegirhall / console-menu

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

Feature Request - No menu border #79

Open markfaine opened 2 years ago

markfaine commented 2 years ago

MenuBorderStyleType.NO_BORDER

I would like to have no menu border but I can't figure out how to do it. If it's possible, it probably has to do with manipulating border widths to zero? It would be nice to just be able to set no border.