aboutsummaryrefslogtreecommitdiffstats
path: root/app/terminal.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/terminal.go')
-rw-r--r--app/terminal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/terminal.go b/app/terminal.go
index 2527ef1a..7f9857dc 100644
--- a/app/terminal.go
+++ b/app/terminal.go
@@ -5,8 +5,8 @@ import (
"sync/atomic"
"git.sr.ht/~rjarry/aerc/config"
+ "git.sr.ht/~rjarry/aerc/lib/log"
"git.sr.ht/~rjarry/aerc/lib/ui"
- "git.sr.ht/~rjarry/aerc/log"
"git.sr.ht/~rockorager/vaxis"
"git.sr.ht/~rockorager/vaxis/widgets/term"
)