Changes
- Add window shadows:
- 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>
- Remove taskbar menu item's attributes:
bgc=...,fgc=...,slimmenu=...(usecfg=...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"