Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 8431278

Browse files
committed
Add highlight to pods view. #11
1 parent b61be07 commit 8431278

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

views.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ func viewPods(g *gocui.Gui, lMaxX int, lMaxY int) error {
6666

6767
// Settings
6868
v.Frame = false
69+
v.Highlight = true
6970
v.SelBgColor = gocui.ColorGreen
7071
v.SelFgColor = gocui.ColorBlack
7172
v.SetCursor(0, 2)

0 commit comments

Comments
 (0)