summary refs log tree commit diff stats
path: root/widgets/exline.go
Commit message (Expand)AuthorAgeFilesLines
* 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
5.8.2&id=99b126d0afe461960d001385c9ee13295c8ed543'>99b126d ^
1076f2b
650a1fb ^
3d48f33 ^

1076f2b

4d55eee ^
db876f9 ^
dbf7e03 ^

4d55eee ^






dbf7e03 ^

4d55eee ^
dbf7e03 ^
4d55eee ^


dbf7e03 ^
ad4962c ^
4d55eee ^
dbf7e03 ^

4d55eee ^



dc5c070 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60