summary refs log tree commit diff stats
path: root/widgets/exline.go
Commit message (Expand)AuthorAgeFilesLines
* 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
author Anselm R. Garbe <garbeam@wmii.de> 2006-07-10 16:49:43 +0200 committer Anselm R. Garbe <garbeam@wmii.de> 2006-07-10 16:49:43 +0200 added gridmenu' href='/acidbong/suckless/dwm/commit/Makefile?h=4.4&id=dbf7e03996032a6def3b8e97468b78d6da9e8c88'>dbf7e03 ^
1076f2b



42277b1 ^
5d3fd37 ^
a2d56f6 ^
99b126d ^

1076f2b
650a1fb ^
1076f2b
95766d6 ^
82064af ^
1076f2b

4d55eee ^
db876f9 ^
dbf7e03 ^

4d55eee ^






dbf7e03 ^

4d55eee ^
dbf7e03 ^
4d55eee ^


dbf7e03 ^
d9386a0 ^
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
61
62