github directvt/vtm v0.9.75a

latest releases: v2026.01.13, v2026.01.11, v2026.01.10...
21 months ago

GitHub all current

Changes

  • Add window shadows:
    image
  • Make the terminal scrollback background color independent and configurable:
    <config>
      <term>
        <color>
          <bground = transparent />  <!-- Independent background color of the scrollback canvas. Set to 0x00ffffff(default) to sync with SGR49 (default background). -->
        </color>
      </term>
    </config>
    image
  • Remove taskbar menu item's attributes: bgc=..., fgc=..., slimmenu=... (use cfg=... attribute instead).
    echo "vtm.set(id=Azure label='Azure Terminal' type=dtvt cmd='vtm -r term' cfg='<config><term><color><default fgc=0xFFffff00 bgc=bluedk/></color></term></config>')" | vtm
  • Add support for styled and colored underlining (SGR-4:*, SGR-58/59).
  • Fix bug with CSI subparameters parsing.
    repro:
    printf "\e[48:2::255:255:255mWhite\e[m\n"
    printf "\e[48:2:255:255:255mWhite\e[m\n"
    

Don't miss a new vtm release

NewReleases is sending notifications on new releases.