aboutsummaryrefslogtreecommitdiff
path: root/ui/view-main.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/view-main.go')
-rw-r--r--ui/view-main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/view-main.go b/ui/view-main.go
index 2d2afdf..48004c1 100644
--- a/ui/view-main.go
+++ b/ui/view-main.go
@@ -20,11 +20,12 @@ import (
"bufio"
"fmt"
"os"
- "sync"
"sync/atomic"
"time"
"unicode"
+ sync "github.com/sasha-s/go-deadlock"
+
"maunium.net/go/mauview"
"maunium.net/go/tcell"