aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/status.go
Commit message (Expand)AuthorAgeFilesLines
* uiconfig: use pointer references to uiConfigTim Culverhouse2022-07-031-1/+1
* status: use contextual ui styleset for statuslineKoni Marti2022-04-171-7/+9
* logging: added a log on panicMoritz Poldrack2022-03-231-0/+3
* statusline: implement per-account statusKoni Marti2022-03-181-15/+1
* search/filter: display in extra statusRobin Jarry2022-02-231-1/+15
* go.mod: change base git urlRobin Jarry2021-11-051-2/+2
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* Implement style configuration.Kalyan Sriram2020-08-061-16/+33
* Revert "Implement style configuration."Reto Brunner2020-07-301-33/+16
* Implement style configuration.Kalyan Sriram2020-07-301-16/+33
* status: invalidate when neededReto Brunner2020-07-051-0/+1
* Revert "Add Style configuration"Drew DeVault2020-05-281-33/+16
* Add Style configurationReto Brunner2020-05-271-16/+33
* Show currently pressed keys in statuslineJeffas2019-07-171-1/+14
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* lib/ui: introduce InvalidatableSimon Ser2019-04-271-9/+2
* 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
* Add statusline widgetDrew DeVault2018-02-271-0/+91