Changes
- Right clicks are only handled on the focused terminal
- Make text selection shaders configurable (fx=...)
<config>
...
<term>
...
<color>
...
<match fx=color bgc="0xFF007F00" fgc=whitelt /> <!-- Color of the selected text occurrences. Set fx to use cell::shaders: xlight | color | invert | reverse -->
<selection>
<text fx=color bgc=bluelt fgc=whitelt /> <!-- Highlighting of the selected text in plaintext mode. -->
<ansi fx=xlight/>
<rich fx=xlight/>
<html fx=xlight/>
<none fx=color bgc=blacklt fgc=whitedk /> <!-- Inactive selection highlighting. -->
</selection>
</color>
...
</term>
</config>