aboutsummaryrefslogtreecommitdiff
path: root/ui/messages/message.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-11 17:57:15 +0300
committerTulir Asokan <tulir@maunium.net>2018-04-11 17:57:15 +0300
commitff7ee333a1028850337aa332532cbc23c7bdde14 (patch)
tree48e8c5d99bfba4f4d981f54b0816646cd52da4db /ui/messages/message.go
parentc0705b02a08bc9054ab8dca0363248bf72896b3d (diff)
Rename UIString to TString, move ansimage to lib/ and switch to tcell fork
Diffstat (limited to 'ui/messages/message.go')
-rw-r--r--ui/messages/message.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/messages/message.go b/ui/messages/message.go
index f116d84..ac118ad 100644
--- a/ui/messages/message.go
+++ b/ui/messages/message.go
@@ -18,6 +18,7 @@ package messages
import (
"maunium.net/go/gomuks/interface"
+ "maunium.net/go/gomuks/ui/messages/tstring"
)
// Message is a wrapper for the content and metadata of a Matrix message intended to be displayed.
@@ -26,7 +27,7 @@ type UIMessage interface {
CalculateBuffer(width int)
RecalculateBuffer()
- Buffer() []UIString
+ Buffer() []tstring.TString
Height() int
RealSender() string