github directvt/vtm v2026.03.06

19 hours ago

GitHub all current

Known Issues

  • Powershell text background is not completely fixed.
    UPDATE: I re-uploaded Windows builds that fixed 97795fc the black text on a black background in powershell.
    Workaround (microsoft/terminal#15452, PowerShell/PSReadLine#3702):
    Set-PSReadLineOption -Colors @{
        ContinuationPrompt = "`e[39m"
        Default            = "`e[39m"
        Member             = "`e[39m"
        Number             = "`e[39m"
        Type               = "`e[39m"
    }
    

Changes

  • Built-in terminal:
    • Fix powershell text background.
    • Remove the default translucency of non-scrolling regions (top/bottom/left/right).

Don't miss a new vtm release

NewReleases is sending notifications on new releases.