summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authordelthas <delthas@dille.cc>2022-02-10 16:09:42 +0100
committerdelthas <delthas@dille.cc>2022-02-11 12:18:45 +0100
commit6f083ad92d97333330904649323a146c2f9cbe10 (patch)
tree78cc7d218375dc07c15b7904a78f6511d38e25e9 /ui
parentAdd support for the soju.im/read capability and READ command (diff)
Fix event collapsing
Diffstat (limited to 'ui')
-rw-r--r--ui/buffers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/buffers.go b/ui/buffers.go
index 4c40e19..6222fbe 100644
--- a/ui/buffers.go
+++ b/ui/buffers.go
@@ -33,7 +33,7 @@ type Line struct {
HeadColor tcell.Color
Highlight bool
Mergeable bool
- Data []interface{}
+ Data interface{}
splitPoints []point
width int