aboutsummaryrefslogtreecommitdiff
path: root/lib/ui/stack.go
AgeCommit message (Collapse)Author
2019-01-20Implement the Container interface in lib/ui/Drew DeVault
2018-06-11Apply gofmtDrew DeVault
2018-06-11Move sidebar into account tabsDrew DeVault
This is accomplished through a bit of a hack, the statusbar is able to be a child of multiple dudes
2018-06-01switch to tcell from termboxMarkus Ongyerth
This is a simple mostly straight forward switch to tcell in favor of termbox. It uses the tcell native api (not the compat layer) but does not make use of most features. Further changes should include moving to tcell's views.TextArea and the general built in widget behaviour instead of the current ad hoc implementation. Regression: Cursor isn't shown in ex-line
2018-02-27Add stack UI containerDrew DeVault