Add real bare view

This commit is contained in:
Tulir Asokan
2018-05-23 00:44:29 +03:00
parent bedb9979a9
commit 1d44d3da1a
4 changed files with 47 additions and 18 deletions

View File

@ -29,6 +29,7 @@ type UIMessage interface {
RecalculateBuffer()
Buffer() []tstring.TString
Height() int
PlainText() string
RealSender() string
RegisterMatrix(matrix ifc.MatrixContainer)