Python version: 3.12.6
Input API version: 2.1.1
When a menu is displayed the title is given a white background with black text. The method that allows this might not be compatible with all terminal screens, and for people who don't have their terminal colors be white text on black background might have trouble reading the display.
We should add a new parameter to the menus called style where it takes a boolean value, defaults to false. This will enable the ability to disable the titles specific display and be re-enabled when somebody needs it.
Python version: 3.12.6
Input API version: 2.1.1
When a menu is displayed the title is given a white background with black text. The method that allows this might not be compatible with all terminal screens, and for people who don't have their terminal colors be white text on black background might have trouble reading the display.
We should add a new parameter to the menus called
stylewhere it takes a boolean value, defaults to false. This will enable the ability to disable the titles specific display and be re-enabled when somebody needs it.