jroimartin / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
9.92k stars 608 forks source link

🌅 Add set view on bottom feature #115

Closed JulienBreux closed 7 years ago

JulienBreux commented 7 years ago

Summary

- What I did

Addition of the possibility of set a view to the bottom

- How I did it

Add Gui.SetViewOnBottom function for that.

- How to verify it

Questions

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests? no

Note

A big thanks for this amazing tool!

jroimartin commented 7 years ago

Merged via 93acb816a808ac62affc3d612a53c852426cbe96. I simplified a bit the function and also updated _examples/dynamic.go to include a call to *Gui.SetViewOnBottom.