summaryrefslogtreecommitdiff
path: root/ui/ui.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.go')
-rw-r--r--ui/ui.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/ui.go b/ui/ui.go
index 97f7148..fe5ceef 100644
--- a/ui/ui.go
+++ b/ui/ui.go
@@ -231,6 +231,10 @@ func (ui *UI) JumpBufferNetwork(netID, sub string) bool {
return false
}
+func (ui *UI) SetTopic(netID, buffer string, topic string) {
+ ui.bs.SetTopic(netID, buffer, topic)
+}
+
func (ui *UI) SetStatus(status string) {
ui.status = status
}