about summary refs log tree commit diff stats
path: root/widgets/exline.go
Commit message (Expand)AuthorAgeFilesLines
* 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
id='n217' href='#n217'>217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265