From facb0e6743da43e4e1ec5b3e49ec2573ecf45b3d Mon Sep 17 00:00:00 2001 From: kvnxiao Date: Fri, 14 Feb 2020 19:51:03 -0500 Subject: [PATCH] Add missing comment --- terminal/tcell/tcell.go | 1 + 1 file changed, 1 insertion(+) diff --git a/terminal/tcell/tcell.go b/terminal/tcell/tcell.go index c0fc932..7f19621 100644 --- a/terminal/tcell/tcell.go +++ b/terminal/tcell/tcell.go @@ -21,6 +21,7 @@ type Terminal struct { // done gets closed when Close() is called. done chan struct{} + // the tcell terminal window screen tcell.Screen }