github directvt/vtm v0.9.8e

latest releases: v2026.01.13, v2026.01.11, v2026.01.10...
3 years ago

GitHub all current

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>

Don't miss a new vtm release

NewReleases is sending notifications on new releases.