diff --git a/ui/views/channels.go b/ui/views/channels.go index 4cb7676..f37dd00 100644 --- a/ui/views/channels.go +++ b/ui/views/channels.go @@ -42,6 +42,9 @@ func (c *Channels) Set(g *gocui.Gui, x0, y0, x1, y1 int) error { } } c.View.Frame = false + c.View.Autoscroll = true + c.View.SelBgColor = gocui.ColorCyan + c.View.SelFgColor = gocui.ColorBlack err = c.update(context.Background()) if err != nil {