Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add body fetching support code | Drew DeVault | 2019-03-29 | 9 | -24/+165 |
| | |||||
* | Update README.md | Drew DeVault | 2019-03-21 | 1 | -3/+7 |
| | |||||
* | Expire status errors on input | Drew DeVault | 2019-03-21 | 3 | -6/+21 |
| | |||||
* | term: don't mess with cursor when unfocused | Drew DeVault | 2019-03-21 | 1 | -6/+15 |
| | |||||
* | Enable alt screen on built-in terminal | Drew DeVault | 2019-03-21 | 1 | -0/+1 |
| | |||||
* | Make terminal closure thread safe | Drew DeVault | 2019-03-21 | 1 | -1/+9 |
| | |||||
* | Use GetCursorPos instead of stored position | Drew DeVault | 2019-03-21 | 1 | -1/+4 |
| | |||||
* | Skip writes if term is closed | Drew DeVault | 2019-03-21 | 2 | -500/+1 |
| | |||||
* | Improve cursor handling in embedded terminal | Drew DeVault | 2019-03-21 | 5 | -9/+528 |
| | |||||
* | Fix cursor handling in embedded terminal | Drew DeVault | 2019-03-21 | 3 | -15/+11 |
| | |||||
* | Forward key events to child terminal | Drew DeVault | 2019-03-21 | 3 | -2/+140 |
| | |||||
* | Use : for keybindings even when ex is overridden | Drew DeVault | 2019-03-21 | 1 | -3/+9 |
| | |||||
* | Rig up terminal keybinding group | Drew DeVault | 2019-03-21 | 2 | -0/+3 |
| | |||||
* | Use user's configured ex key | Drew DeVault | 2019-03-21 | 1 | -1/+3 |
| | |||||
* | Add context-specific keybindings | Drew DeVault | 2019-03-21 | 4 | -20/+152 |
| | |||||
* | Add additional context to key binding set | Drew DeVault | 2019-03-21 | 1 | -4/+14 |
| | |||||
* | Add terminal command context | Drew DeVault | 2019-03-21 | 3 | -5/+26 |
| | |||||
* | Add context-specific commands | Drew DeVault | 2019-03-21 | 14 | -35/+103 |
| | |||||
* | Remove unused import from msgstore.go | Drew DeVault | 2019-03-21 | 1 | -2/+0 |
| | |||||
* | Implement :delete-message | Drew DeVault | 2019-03-20 | 9 | -4/+134 |
| | |||||
* | moar colors | Drew DeVault | 2019-03-17 | 1 | -4/+10 |
| | |||||
* | Fix scrolling issues on :select-message | Drew DeVault | 2019-03-17 | 1 | -0/+7 |
| | |||||
* | Add link to todo tracker | Drew DeVault | 2019-03-17 | 1 | -0/+2 |
| | |||||
* | s/:term-close/:close/g | Drew DeVault | 2019-03-17 | 2 | -3/+3 |
| | |||||
* | Wrap Terminal in TermHost | Drew DeVault | 2019-03-17 | 5 | -20/+64 |
| | |||||
* | Add :term-close | Drew DeVault | 2019-03-17 | 6 | -17/+85 |
| | |||||
* | Handle terminal title, login shell | Drew DeVault | 2019-03-17 | 6 | -8/+43 |
| | |||||
* | Implement :next-tab, :prev-tab | Drew DeVault | 2019-03-17 | 3 | -6/+64 |
| | |||||
* | Move exline handling up to aerc, add :term | Drew DeVault | 2019-03-17 | 5 | -115/+186 |
| | |||||
* | commands: handle case where no account selected | Drew DeVault | 2019-03-17 | 5 | -1/+17 |
| | |||||
* | Fix terminal colors; wait until tty size is known | Drew DeVault | 2019-03-17 | 1 | -21/+75 |
| | |||||
* | Add basic terminal widget | Drew DeVault | 2019-03-17 | 8 | -6/+228 |
| | |||||
* | Implement :select-message | Drew DeVault | 2019-03-15 | 2 | -0/+40 |
| | |||||
* | Fix usage message for :next-message | Drew DeVault | 2019-03-15 | 1 | -1/+1 |
| | |||||
* | Fix special key bindings (e.g. <C-d>) | Drew DeVault | 2019-03-15 | 1 | -1/+6 |
| | |||||
* | Implement scrolling in message list | Drew DeVault | 2019-03-15 | 1 | -3/+14 |
| | |||||
* | Add TODO to msgstore.go | Drew DeVault | 2019-03-15 | 1 | -1/+1 |
| | |||||
* | Implement :next-message n% | Drew DeVault | 2019-03-15 | 2 | -1/+16 |
| | |||||
* | Move MessageStore into its own file | Drew DeVault | 2019-03-15 | 3 | -86/+93 |
| | |||||
* | Implement default in accounts.conf | Drew DeVault | 2019-03-15 | 2 | -5/+8 |
| | |||||
* | Remove extra debug log statement | Drew DeVault | 2019-03-15 | 1 | -1/+0 |
| | |||||
* | Implement sidebar-width config option | Drew DeVault | 2019-03-15 | 3 | -10/+12 |
| | |||||
* | Add :quit command | Drew DeVault | 2019-03-15 | 3 | -8/+35 |
| | |||||
* | Fix help string for :cd | Drew DeVault | 2019-03-15 | 1 | -1/+1 |
| | |||||
* | Rename :cd -> :cf, add :cd | Drew DeVault | 2019-03-15 | 5 | -12/+60 |
| | |||||
* | Fix nil dereference on rapidly cycling folders | Drew DeVault | 2019-03-15 | 1 | -1/+1 |
| | |||||
* | Rig up key bindings | Drew DeVault | 2019-03-15 | 6 | -204/+232 |
| | |||||
* | Implement key bindings subsystem | Drew DeVault | 2019-03-15 | 7 | -38/+404 |
| | | | | Which is not yet rigged up | ||||
* | widgets/directories.go -> widgets/dirlist.go | Drew DeVault | 2019-03-14 | 1 | -0/+0 |
| | |||||
* | Implement :{next,prev}-message | Drew DeVault | 2019-03-14 | 4 | -3/+70 |
| |