diff options
author | hut <hut@lavabit.com> | 2010-03-17 11:55:45 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-03-17 11:55:45 +0100 |
commit | 9a735f62cfb4a16eb711750883f68f8099508f4b (patch) | |
tree | b6600b414a1d00b6a8757f05fd30bf17e5a42fc1 /doc | |
parent | 186407335a1b5966b0dd0ba3deba88bd17463c18 (diff) | |
download | ranger-9a735f62cfb4a16eb711750883f68f8099508f4b.tar.gz |
doc/colorschemes: ugh, its no logical but bitwise OR!
Diffstat (limited to 'doc')
-rw-r--r-- | doc/colorschemes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/colorschemes.txt b/doc/colorschemes.txt index a189d4fd..905c7a3e 100644 --- a/doc/colorschemes.txt +++ b/doc/colorschemes.txt @@ -50,7 +50,7 @@ attribute is another integer with each bit representing one attribute. These integers are interpreted by the used terminal emulator. Abbreviations for colors and attributes are defined in ranger.gui.color. -Two attributes can be combined via logical OR: bold | reverse +Two attributes can be combined via bitwise OR: bold | reverse Once the color for a set of tags is determined, it will be cached by default. If you want more dynamic colorschemes (such as a different |