Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add basic filter implementation | Drew DeVault | 2019-03-31 | 1 | -0/+3 |
| | |||||
* | Don't parse mail in worker; send a reader instead | Drew DeVault | 2019-03-31 | 1 | -2/+0 |
| | |||||
* | Implement :pipe | Drew DeVault | 2019-03-30 | 1 | -1/+1 |
| | |||||
* | Add body fetching support code | Drew DeVault | 2019-03-29 | 1 | -0/+2 |
| | |||||
* | Improve cursor handling in embedded terminal | Drew DeVault | 2019-03-21 | 1 | -1/+1 |
| | |||||
* | Fix cursor handling in embedded terminal | Drew DeVault | 2019-03-21 | 1 | -1/+1 |
| | |||||
* | Forward key events to child terminal | Drew DeVault | 2019-03-21 | 1 | -1/+1 |
| | |||||
* | Handle terminal title, login shell | Drew DeVault | 2019-03-17 | 1 | -1/+2 |
| | |||||
* | Add basic terminal widget | Drew DeVault | 2019-03-17 | 1 | -0/+2 |
| | |||||
* | Rename :cd -> :cf, add :cd | Drew DeVault | 2019-03-15 | 1 | -0/+1 |
| | |||||
* | Implement key bindings subsystem | Drew DeVault | 2019-03-15 | 1 | -1/+2 |
| | | | | Which is not yet rigged up | ||||
* | Flesh out command parsing & handling | Drew DeVault | 2019-03-10 | 1 | -0/+1 |
| | |||||
* | Initialize worker in account widget | Drew DeVault | 2019-01-13 | 1 | -0/+3 |
| | |||||
* | Update go.mod | Drew DeVault | 2018-06-01 | 1 | -7/+10 |
| | |||||
* | switch to tcell from termbox | Markus Ongyerth | 2018-06-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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 | ||||
* | Switch to vgo | Drew DeVault | 2018-03-02 | 1 | -0/+9 |