summary refs log tree commit diff stats
path: root/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Apply gofmtDrew DeVault2018-06-113-10/+10
|
* Move sidebar into account tabsDrew DeVault2018-06-111-16/+29
| | | | | This is accomplished through a bit of a hack, the statusbar is able to be a child of multiple dudes
* switch to tcell from termboxMarkus Ongyerth2018-06-013-58/+45
| | | | | | | | | | | | | 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
* Summon exline on demandDrew DeVault2018-02-271-11/+24
|
* Push commands to the status stackDrew DeVault2018-02-271-4/+3
|
* Pull main aerc UI into widgetDrew DeVault2018-02-271-0/+91
|
* Add statusline widgetDrew DeVault2018-02-272-5/+105
|
* Make ex line fully unicode awareDrew DeVault2018-02-271-20/+19
|
* Split UI library and widgetsDrew DeVault2018-02-262-0/+226