aboutsummaryrefslogtreecommitdiff
path: root/ui/ui.go
AgeCommit message (Collapse)Author
2018-02-26Split UI library and widgetsDrew DeVault
2018-02-26Implement basic ex line inputDrew DeVault
TODO: - scrolling - commit/cancel - command history (via an external command history provider) - tab completion (via an external tab completion provider)
2018-02-17Polish up grid and add new rendering loopDrew DeVault
2018-01-11Move worker into account tabDrew DeVault
2018-01-10Improve invalidation logicDrew DeVault