Simplify scroll (#14)

This commit is contained in:
Dave Gallant
2020-07-04 16:51:29 -04:00
committed by GitHub
parent 820255a18d
commit 61f9c2d3ce
3 changed files with 15 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ func openFeed(g *gocui.Gui, v *gocui.View) error {
fmt.Fprintln(ov, "-", item.Title)
}
nextView(g, ov)
displayDescription(g, ov)
return nil
}