summaryrefslogtreecommitdiff
path: root/widgets/exline.go
AgeCommit message (Expand)Author
2022-07-03uiconfig: use pointer references to uiConfigTim Culverhouse
2022-01-07completions: add support for completing multiple addressesParasrah
2021-11-05go.mod: change base git urlRobin Jarry
2020-12-18update tcell to v2 and enable TrueColor supporty0ast
2020-08-06Implement style configuration.Kalyan Sriram
2020-07-30Revert "Implement style configuration."Reto Brunner
2020-07-30Implement style configuration.Kalyan Sriram
2020-05-28Revert "Add Style configuration"Drew DeVault
2020-05-27Add Style configurationReto Brunner
2019-12-21Show textinput completions in popoversBen Burwell
2019-11-17Add UI options to save/pipe messages with unsupported mimetypesGreg Anders
2019-09-04all: purge redundant underscoresWagner Riffel
2019-08-26Add :prompt commandChristopher Vittal
2019-08-19Add support for <C-j> as '<Enter>' in ExLineChristopher Vittal
2019-07-26Add tab completion to textinputsJeffas
2019-07-26Add command history and cyclingGalen Abell
2019-06-29Implement basic tab completion supportGregory Mullen
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-05-12Add initial compose widgetDrew DeVault
2019-05-11Refactor ctx stashing out of exlineDrew DeVault
2019-05-11Split ex line text handling into dedicated widgetDrew DeVault
2019-04-27lib/ui: introduce InvalidatableSimon Ser
2019-03-17Add basic terminal widgetDrew DeVault
2019-03-15Rig up key bindingsDrew DeVault
2019-03-15Implement key bindings subsystemDrew DeVault
2019-01-14Add cursor handling in ex lineDrew DeVault
2018-06-11Apply gofmtDrew DeVault
2018-06-01switch to tcell from termboxMarkus Ongyerth
2018-02-27Add statusline widgetDrew DeVault
2018-02-27Make ex line fully unicode awareDrew DeVault
2018-02-26Split UI library and widgetsDrew DeVault