about summary refs log tree commit diff stats
path: root/widgets/status.go
Commit message (Collapse)AuthorAgeFilesLines
* Use tcell.Style.Reverse instead of black on whiteDrew DeVault2019-03-301-7/+8
|
* Expire status errors on inputDrew DeVault2019-03-211-0/+4
|
* Apply gofmtDrew DeVault2018-06-111-2/+2
|
* switch to tcell from termboxMarkus Ongyerth2018-06-011-17/+13
| | | | | | | | | | | | | 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
* Add statusline widgetDrew DeVault2018-02-271-0/+91