aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/status.go
Commit message (Expand)AuthorAgeFilesLines
* templates: use template interface consistentlyKoni Marti2023-05-161-2/+3
* directory: add role to template fieldsTim Culverhouse2023-04-221-1/+1
* statusline: avoid races when updating status stackTim Culverhouse2023-03-071-0/+10
* statusline: add column based render formatRobin Jarry2023-02-201-35/+60
* status: print appropriate log message on pushBence Ferdinandy2023-01-261-0/+4
* config: make various sections accessible via global varsRobin Jarry2022-12-141-1/+1
* logging: rename package to logRobin Jarry2022-12-021-2/+2
* status: add warning style and methodsTim Culverhouse2022-11-061-0/+6
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-2/+1
* 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