Skip to content
Snippets Groups Projects

V.0.1.0 Codename Threadbare

Closed Ghost User requested to merge v.0.1.0-codename-threadbare into master
4 files
+ 61
8
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -28,6 +28,10 @@ func (a *App) Stop() {
a.app.Stop()
}
func (a *App) Draw() {
a.app.Draw()
}
func (a *App) SetFocus(v tview.Primitive) {
a.app.SetFocus(v)
}
Loading