about summary refs log tree commit diff stats
path: root/src/event
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-06-17 14:23:33 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-06-17 14:23:33 +0200
commitae1e60a9f900708f5ea42746c84c0451d6f7473d (patch)
treea442d3b414fbe5b7b39592cfe72294ff9c54f0c1 /src/event
parentde787a858237a88e07f989273f361ca7c6bd4d1d (diff)
downloadprofani-tty-ae1e60a9f900708f5ea42746c84c0451d6f7473d.tar.gz
Add option to set all window related time formats
Implements feature requested at: https://github.com/profanity-im/profanity/issues/632

So instead of:

/time console set <format>
/time chat set <format>
/time muc set <format>
/time mucconfig set <format>
/time private set <format>
/time xml set <format>

As a short cut the user can do:

/time all set <format>

Excluding statusbar and lastactivity settings since they are not for main windows, but used slightly differently.
Diffstat (limited to 'src/event')
0 files changed, 0 insertions, 0 deletions
'>2
3
4
5
6
7
8
9
   
      
     
   
       
         

   
   
t/cpp/022call_reply?h=hlt&id=69f04c3fb0136778b80f7f64e16ae37cf8d22907'>69f04c3f ^
5109e78f ^

4a48bedc ^
166e3c0d ^
5109e78f ^
1bc0bb7e ^
166e3c0d ^
69f04c3f ^
5109e78f ^
514f0e34 ^
c442a5ad ^




77cdc6d0 ^
31401373 ^
9d670bb5 ^

6c96a437 ^
c442a5ad ^
f116818c ^
0487a30e ^
514f0e34 ^
1066660e ^
69f04c3f ^
8dacba82 ^
f116818c ^
1bc0bb7e ^

f116818c ^
1bc0bb7e ^
f116818c ^
1bc0bb7e ^
f116818c ^
6c96a437 ^
1bc0bb7e ^


636837e7 ^
1bc0bb7e ^
6c96a437 ^
f116818c ^

1bc0bb7e ^
f116818c ^
9dcbec39 ^
1bc0bb7e ^

6c96a437 ^
f116818c ^
3473c63a ^
5109e78f ^
a3f420b6 ^
f116818c ^
40278ae5 ^
f116818c ^
1bc0bb7e ^

f116818c ^
1bc0bb7e ^
6c96a437 ^
f116818c ^

af023b32 ^
2b250717 ^
f116818c ^
1bc0bb7e ^
b24eb476 ^
abc70216 ^
2b250717 ^
f116818c ^
abc70216 ^
4637d58f ^
2b250717 ^
4637d58f ^
1bc0bb7e ^

f116818c ^
1bc0bb7e ^



636837e7 ^



4a943d4e ^
















d135851e ^
9a81d746 ^
87cc473c ^
f116818c ^
9a81d746 ^


4071055a ^
4a943d4e ^















87cc473c ^
4a943d4e ^












7402ce32 ^
fca0ebbe ^
8dacba82 ^

ac0e9db5 ^
4082acd2 ^
8dacba82 ^


6c96a437 ^
8dacba82 ^
4082acd2 ^
8dacba82 ^



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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197