github directvt/vtm v0.9.87

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

GitHub all current

Changes:

  • Fix extended keys reporting (right Enter didn't work in wsl).
  • Fix stylized underline glitch in dual monitor setups.
  • Fix case of loading fonts if no fonts are found.
  • Change settings.xml structure:
    • Change </config/gui/fontlist/> to </config/gui/fonts/font*>:
      <config>
          <gui>
              <fonts> <!-- Font fallback ordered list. The rest of the fonts available in the system will be loaded dynamically. -->
                  <font*/> <!-- Clear previously defined fonts. Start a new list. -->
                  <font="Courier New"/> <!-- The first font in the list: Primary font. Its metrics define the cell geometry. -->
                  <font="Cascadia Mono"/>
                  <font="NSimSun"/>
                  <font="Noto Sans Devanagari"/>
              </fonts>
          </gui>
      </config>

Don't miss a new vtm release

NewReleases is sending notifications on new releases.