1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-05-03 22:17:06 +08:00

Add missing comment

This commit is contained in:
kvnxiao 2020-02-14 19:51:03 -05:00
parent 4fcdf48ecb
commit facb0e6743

View File

@ -21,6 +21,7 @@ type Terminal struct {
// done gets closed when Close() is called. // done gets closed when Close() is called.
done chan struct{} done chan struct{}
// the tcell terminal window
screen tcell.Screen screen tcell.Screen
} }