terminal: Split-Pane with 'backgroundImage' set, not showing all background images
Environment
Microsoft Windows [Version 10.0.18363.836]
Windows Terminal version: 1.0.1401.0
Steps to reproduce
- Set up a profile to have a background image
- Close all terminals
- Open the terminal via
wt split-pane
, orwt -p "Command Prompt" ; split-pane -p "Windows PowerShell"
Expected behavior
Terminal to open with both background images shown
Actual behavior
Only a single pane shows the background image.
wt split-pane;split-pane
also works correctly, and shows the expected behavior.
About this issue
- Original URL
- State: open
- Created 4 years ago
- Comments: 17 (6 by maintainers)
Resizing or maximizing shows the background image. The issue only happens on two panes. If I have three or more panes, then all background images show.
I changed the background image to a 46KB jpg (1920x1080), and I still have the issue. I changed the background image to a 496KB gif (320x180), and I did not have the issue.