rivo / tview

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

Fix unselected list color #993

Open eeeXun opened 1 month ago

eeeXun commented 1 month 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.