about summary refs log tree commit diff stats
path: root/widgets/exline.go
Commit message (Expand)AuthorAgeFilesLines
* completions: add support for completing multiple addresses HEAD masterParasrah2022-01-071-3/+3
* go.mod: change base git urlRobin Jarry2021-11-051-3/+3
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* Implement style configuration.Kalyan Sriram2020-08-061-2/+4
* Revert "Implement style configuration."Reto Brunner2020-07-301-4/+2
* Implement style configuration.Kalyan Sriram2020-07-301-2/+4
* Revert "Add Style configuration"Drew DeVault2020-05-281-4/+2
* Add Style configurationReto Brunner2020-05-271-2/+4
* Show textinput completions in popoversBen Burwell2019-12-211-4/+11
* Add UI options to save/pipe messages with unsupported mimetypesGreg Anders2019-11-171-2/+2
* all: purge redundant underscoresWagner Riffel2019-09-041-2/+2
* Add :prompt commandChristopher Vittal2019-08-261-4/+37
* Add support for <C-j> as '<Enter>' in ExLineChristopher Vittal2019-08-191-1/+1
* Add tab completion to textinputsJeffas2019-07-261-7/+1
* Add command history and cyclingGalen Abell2019-07-261-2/+14
* Implement basic tab completion supportGregory Mullen2019-06-291-7/+17
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Add initial compose widgetDrew DeVault2019-05-121-1/+1
* Refactor ctx stashing out of exlineDrew DeVault2019-05-111-8/+2
* Split ex line text handling into dedicated widgetDrew DeVault2019-05-111-98/+18
* lib/ui: introduce InvalidatableSimon Ser2019-04-271-7/+2
* Add basic terminal widgetDrew DeVault2019-03-171-0/+9
* Rig up key bindingsDrew DeVault2019-03-151-2/+6
* Implement key bindings subsystemDrew DeVault2019-03-151-4/+2
* Add cursor handling in ex lineDrew DeVault2019-01-141-3/+9
* Apply gofmtDrew DeVault2018-06-111-3/+3
* switch to tcell from termboxMarkus Ongyerth2018-06-011-28/+21
* Add statusline widgetDrew DeVault2018-02-271-5/+14
* Make ex line fully unicode awareDrew DeVault2018-02-271-20/+19
* Split UI library and widgetsDrew DeVault2018-02-261-0/+129