You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use your new class to set the border type in the menu formatter. For example:
# use EmptyBorderType to "disable" borders until a proper enhancement is added to console-menu
menu_format = MenuFormatBuilder().set_border_style(EmptyBorderStyle())
menu = ConsoleMenu("My Menu", formatter=menu_format)
...
Are you using pyinstaller here? It breaks the borders for me too.
There's a pull request that makes an empty border like the one mentioned above here: #97
By using the colored text, the menu border is corrupted... (see the attachment)
There is a possibility to "switch off" the menu border?
The text was updated successfully, but these errors were encountered: