about summary refs log tree commit diff stats
path: root/widgets/terminal.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/terminal.go')
-rw-r--r--widgets/terminal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/terminal.go b/widgets/terminal.go
index 82190cc..437c995 100644
--- a/widgets/terminal.go
+++ b/widgets/terminal.go
@@ -101,7 +101,7 @@ type Terminal struct {
 	start       chan interface{}
 	vterm       *vterm.VTerm
 
-	damage []vterm.Rect // protected by damageMutex
+	damage      []vterm.Rect // protected by damageMutex
 	damageMutex sync.Mutex
 	writeMutex  sync.Mutex