peterbrittain / asciimatics

A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Apache License 2.0
3.61k stars 238 forks source link

Allow the PopupMenu to have a border #384

Closed zeekec closed 9 months ago

zeekec commented 9 months ago

The border provides a visual separation of the popup menu from the background. Making it easier to see against a cluttered background.

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a8c34d4) 97.69% compared to head (3ba4d73) 95.55%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #384 +/- ## ========================================== - Coverage 97.69% 95.55% -2.15% ========================================== Files 51 51 Lines 5595 5598 +3 ========================================== - Hits 5466 5349 -117 - Misses 129 249 +120 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

peterbrittain commented 9 months ago

Nice work! Thanks.