We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d1208 commit 120c97aCopy full SHA for 120c97a
cmd/flow_display.go
@@ -17,6 +17,9 @@ import (
17
"github.com/netobserv/flowlogs-pipeline/pkg/config"
18
19
"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"
23
"github.com/rivo/tview"
24
)
25
0 commit comments