Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | 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 | |
* | Invalidate when UIDs finish downloading | Drew DeVault | 2019-03-14 | 1 | -4/+0 | |
* | Use cached message store when re-opening dirs | Drew DeVault | 2019-03-14 | 1 | -1/+9 | |
* | Implement :cd command | Drew DeVault | 2019-03-14 | 4 | -6/+59 | |
* | Display message subjects in message list | Drew DeVault | 2019-03-14 | 4 | -4/+71 | |
* | Implement message store side of message fetching | Drew DeVault | 2019-03-14 | 4 | -21/+58 | |
* | Lay out message list widget basic design | Drew DeVault | 2019-03-14 | 3 | -4/+108 | |
* | Fetch valid UIDs from server after opening dir | Drew DeVault | 2019-03-10 | 6 | -100/+141 | |
* | Improve error reporting | Drew DeVault | 2019-03-10 | 1 | -3/+2 |