summary refs log tree commit diff stats
path: root/widgets
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-07-08 18:32:31 -0400
committerDrew DeVault <sir@cmpwn.com>2019-07-08 18:32:31 -0400
commit133085b436f56bdd48fb1aba1184811b3a278d3c (patch)
tree5f010744ca4bd9e0cf97c6cdad93bf5e7feb8020 /widgets
parent6797f9347603aff0831bf56566fbf164cbdda179 (diff)
downloadaerc-133085b436f56bdd48fb1aba1184811b3a278d3c.tar.gz
Fix re-opening of expired pipe tabs
Diffstat (limited to 'widgets')
0 files changed, 0 insertions, 0 deletions
022-11-11 18:02:20 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2022-11-11 18:02:20 -0800 source editing: highlight [[ ]] comments/strings' href='/akkartik/view.love/commit/colorize.lua?id=d5c34ba043d6fb470b2b358881a71aec079dd823'>d5c34ba ^
e1c5a42 ^


d5c34ba ^
e1c5a42 ^




d5c34ba ^
e1c5a42 ^
d5c34ba ^


e1c5a42 ^























22bf3da ^
e1c5a42 ^











22bf3da ^
e1c5a42 ^




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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82