Skip to content

Commit

Permalink
remove unused highlight func
Browse files Browse the repository at this point in the history
  • Loading branch information
IdlePhysicist committed Aug 8, 2021
1 parent ab559d5 commit 2e67fdf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions internal/gui/tabbar.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ func newTabBar(g *Gui) *tview.TextView {
return tview.NewTextView().
SetDynamicColors(true).
SetRegions(true).
SetWrap(false) /*.
SetHighlightedFunc(func(added, removed, remaining []string) {
g.pages.SwitchToPage(added[0])
})*/
SetWrap(false)
}

0 comments on commit 2e67fdf

Please sign in to comment.