Skip to content

Commit 120c97a

Browse files
committed
extended compat
1 parent 84d1208 commit 120c97a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/flow_display.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ import (
1717
"github.com/netobserv/flowlogs-pipeline/pkg/config"
1818

1919
"github.com/gdamore/tcell/v2"
20+
// Package extended contains an extended set of terminal descriptions
21+
// to have a better chance of working by default
22+
_ "github.com/gdamore/tcell/v2/terminfo/extended"
2023
"github.com/rivo/tview"
2124
)
2225

0 commit comments

Comments
 (0)