From 85fc8f28a137c84876d3be5e7d47142aa38d31f1 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Wed, 4 Sep 2019 05:37:54 -0700 Subject: [PATCH] Include in extended tcell terminal descriptions --- app/wtf_app.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/wtf_app.go b/app/wtf_app.go index bf301094..f666cb24 100644 --- a/app/wtf_app.go +++ b/app/wtf_app.go @@ -5,6 +5,7 @@ import ( "time" "github.com/gdamore/tcell" + _ "github.com/gdamore/tcell/terminfo/extended" "github.com/olebedev/config" "github.com/radovskyb/watcher" "github.com/rivo/tview"