summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-03-01 14:20:25 +0100
committerhut <hut@lavabit.com>2013-03-01 14:20:25 +0100
commit102cc74ddb8f901f5c377916c82593d837726367 (patch)
treeaa4dc84689d46e5e73d8986e2e4897a9e8a448dc /doc
parent146f51d6901bceac5b6c6447d967867948614268 (diff)
downloadranger-102cc74ddb8f901f5c377916c82593d837726367.tar.gz
gui.color: remove "remove_attr" function
What I didn't realize when I wrote the function "remove_attr" is that
"remove_attr(value, attribute)"
can be simply replaced with
"value & ~attribute"
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions
h=v1.7.0-emacs&id=fff320285cfd4844547afac4056b788b2db3a2ee'>^
7582555b ^






94c5d83e ^


f51bd48a ^
















7582555b ^







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