about summary refs log tree commit diff stats
path: root/lib/ui/tab.go
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid tab state when deselecting removed tabDrew DeVault2019-07-261-1/+1
* Fix :close on terminal panicJeffas2019-07-251-0/+5
* Fix panic when tabs.popHistory is nonexistentDrew DeVault2019-07-251-1/+1
* Add change tab commandJeffas2019-07-231-5/+20
* Add clickable tabsJeffas2019-07-111-0/+28
* lib/ui/tab: Add Replace methodKevin Kuehler2019-06-111-0/+16
* Fix #116 0.1.0Drew DeVault2019-06-031-1/+1
* Add Tabs historyReto Brunner2019-06-021-4/+34
* Update tab name as subject changesDrew DeVault2019-05-141-1/+3
* Use tcell.Style.Reverse instead of black on whiteDrew DeVault2019-03-301-9/+3
* Add :term-closeDrew DeVault2019-03-171-2/+2
* Move exline handling up to aerc, add :termDrew DeVault2019-03-171-3/+5
* Implement the Container interface in lib/ui/Drew DeVault2019-01-201-0/+8
* refactor lib/ui/tab to ensure staying in boundsMarkus Ongyerth2018-06-131-8/+21
* Fix tab invalidation bugsDrew DeVault2018-06-111-1/+5
* Use default color for selected tabDrew DeVault2018-06-071-3/+9
* switch to tcell from termboxMarkus Ongyerth2018-06-011-13/+6
* Split UI library and widgetsDrew DeVault2018-02-261-0/+115
t; 2006-07-10 16:38:18 +0200 initial import' href='/acidbong/suckless/dwm/commit/README?h=musl&id=1076f2b6b3d3751d5d5db6fcb9ac8c247e04e893'>1076f2b
650a1fb ^
1076f2b

650a1fb ^
1076f2b
eff4478 ^
1076f2b
7b5638f ^

98c6a92 ^
98c6a92 ^


7b5638f ^
2b66f7a ^
98c6a92 ^
7b5638f ^
1076f2b

a73a882 ^
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