Add messageChannel to TUI struct
This commit is contained in:
parent
010ef1937c
commit
6864ffa5fb
|
@ -99,6 +99,7 @@ type TUI struct {
|
||||||
readInputState chan (bool)
|
readInputState chan (bool)
|
||||||
readEnterState chan (bool)
|
readEnterState chan (bool)
|
||||||
stateChannel chan (string)
|
stateChannel chan (string)
|
||||||
|
messageChannel chan ([]byte)
|
||||||
widgets []*widget
|
widgets []*widget
|
||||||
widgetsMutext sync.Mutex
|
widgetsMutext sync.Mutex
|
||||||
writer *bufio.Writer
|
writer *bufio.Writer
|
||||||
|
|
Loading…
Reference in New Issue
Block a user