rivo / tview

Terminal UI library with rich, interactive widgets — written in Golang
MIT License
11.12k stars 576 forks source link

Fix unselected list color #993

Closed eeeXun closed 3 months ago

eeeXun commented 6 months ago

This patch is trying to fix #990.

The maintainBackground in printWithStyle function for the unselected list is set to true. I think this is desirable behavior for DropDown. But not sure if this would affect the List.

eeeXun commented 4 months ago

Hi, @rivo gently pin you. Is there any chance this PR will be merged? If the solution is not ideal, feel free to close this PR. Or if the problem statement in #990 is not clear, please let me know. I would love to help!