about summary refs log tree commit diff stats
path: root/widgets/aerc.go
Commit message (Collapse)AuthorAgeFilesLines
* Make the message viewer real, part oneDrew DeVault2019-03-311-2/+0
|
* Add message view commands, :closeDrew DeVault2019-03-301-0/+2
|
* Add basic message viewer mockupDrew DeVault2019-03-301-12/+6
|
* Correct color of error messagesDrew DeVault2019-03-301-1/+1
|
* Use tcell.Style.Reverse instead of black on whiteDrew DeVault2019-03-301-1/+1
|
* Expire status errors on inputDrew DeVault2019-03-211-0/+9
|
* Use : for keybindings even when ex is overriddenDrew DeVault2019-03-211-3/+9
|
* Rig up terminal keybinding groupDrew DeVault2019-03-211-0/+2
|
* Use user's configured ex keyDrew DeVault2019-03-211-1/+3
|
* Add context-specific keybindingsDrew DeVault2019-03-211-8/+38
|
* Wrap Terminal in TermHostDrew DeVault2019-03-171-0/+5
|
* Add :term-closeDrew DeVault2019-03-171-0/+8
|
* Handle terminal title, login shellDrew DeVault2019-03-171-1/+0
|
* Implement :next-tab, :prev-tabDrew DeVault2019-03-171-0/+16
|
* Move exline handling up to aerc, add :termDrew DeVault2019-03-171-15/+114
|
* commands: handle case where no account selectedDrew DeVault2019-03-171-1/+5
|
* Add basic terminal widgetDrew DeVault2019-03-171-0/+4
|
* Implement sidebar-width config optionDrew DeVault2019-03-151-2/+1
|
* Rig up key bindingsDrew DeVault2019-03-151-1/+1
|
* Start building out command subsystemDrew DeVault2019-03-101-6/+8
|
* Fix buildElias Naur2019-02-101-1/+2
|
* Implement Container interface in widgets/Drew DeVault2019-01-201-0/+4
|
* Send commands up to the top-level aerc widgetDrew DeVault2019-01-141-8/+14
|
* Move ex line into accountDrew DeVault2019-01-131-40/+9
|
* Move status line into account, update behaviorDrew DeVault2019-01-131-6/+9
|
* Initialize worker in account widgetDrew DeVault2019-01-131-1/+6
|
* Add basic account widget, populate real acct viewsDrew DeVault2019-01-131-27/+4
|
* Apply gofmtDrew DeVault2018-06-121-8/+8
|
* Apply gofmtDrew DeVault2018-06-111-5/+5
|
* 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-011-13/+11
| | | | | | | | | | | | | 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