Merge pull request #59 from Evidlo/master

turn off dynamic colors in fuzzy search
This commit is contained in:
Tulir Asokan 2018-06-06 22:28:03 +03:00 committed by GitHub
commit d236560210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,6 @@ func NewFuzzySearchModal(mainView *MainView, width int, height int) *FuzzySearch
SetInputCapture(fs.keyHandler)
fs.results = tview.NewTextView().
SetDynamicColors(true).
SetRegions(true)
fs.results.SetBorderPadding(1, 0, 0, 0)