summary refs log tree commit diff stats
path: root/commands/compose/detach.go
diff options
context:
space:
mode:
authorGalen Abell <galen@galenabell.com>2019-07-27 10:38:51 -0400
committerDrew DeVault <sir@cmpwn.com>2019-07-27 12:37:54 -0400
commita669233614d3b4134baabd3325cb64e8f0f2cdeb (patch)
tree5efe39082f846c9810f4092c80732d84471c07fc /commands/compose/detach.go
parentd931bbeff149d603c3210db23aea50dbd3d88d57 (diff)
downloadaerc-a669233614d3b4134baabd3325cb64e8f0f2cdeb.tar.gz
Fix review message not filling entire space
Adding an attachment, switching to a different tab, and switching back
to the review message caused the "filled space" in the review message to
disappear, since there was one too many rows in the layout.
Diffstat (limited to 'commands/compose/detach.go')
0 files changed, 0 insertions, 0 deletions
0c'>da925d06 ^
ebea4c3f ^

aefe0592 ^
7a84094a ^
ebea4c3f ^
760f683f ^
ebea4c3f ^



7a84094a ^
a0331a9b ^
7a84094a ^
ebea4c3f ^
80df524b ^
ebea4c3f ^

6641b247 ^
ea19d0dc ^
80df524b ^
ebea4c3f ^
760f683f ^
ea19d0dc ^
ebea4c3f ^



da925d06 ^

760f683f ^
da925d06 ^


80df524b ^
10bbca64 ^
da925d06 ^


da925d06 ^
ff16e04f ^
a621ef95 ^

760f683f ^
ebea4c3f ^

7a84094a ^

ebea4c3f ^
80df524b ^
ebea4c3f ^
08f4628e ^
ebea4c3f ^






760f683f ^
a621ef95 ^

760f683f ^
2d3d88d9 ^


7a84094a ^
2d3d88d9 ^






a621ef95 ^

760f683f ^
a621ef95 ^


80df524b ^
a621ef95 ^



ff16e04f ^
da925d06 ^
2d3d88d9 ^
760f683f ^
2d3d88d9 ^


760f683f ^
2d3d88d9 ^
80df524b ^
2d3d88d9 ^



ea19d0dc ^
2d3d88d9 ^

ea19d0dc ^
a0331a9b ^
2d3d88d9 ^
7a84094a ^

0230a6cc ^
80df524b ^
0230a6cc ^


80df524b ^
0230a6cc ^




7a84094a ^
a0331a9b ^
2d3d88d9 ^

7a84094a ^
2d3d88d9 ^
80df524b ^
2d3d88d9 ^






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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146