You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows build number: Microsoft Windows [Version 10.0.18363.815]
Windows Terminal version (if applicable): 0.11.1251.0
Steps to reproduce
Open WSL Ubuntu 18.04
Run command
HEIGHT=0
WIDTH=0
dialog \
--backtitle "System Information" \
--title "Menu" \
--clear \
--cancel-label "Exit" \
--menu "Please select:"$HEIGHT$WIDTH 4 \
"1""Display System Information" \
"2""Display Disk Space" \
"3""Display Home Space Utilization"
Press CTRL + C on your keyboard
Try to see output that was shown before dialog
Connect to ubuntu 18.04 machine via ssh, execute the same command
Try to see output that was shown before dialog
Expected behavior
After step 4:
you should have a scroll
you should see commands that were above:
example from Ubuntu 20.04:
I would say on Ubuntu 20.04 new line appeared in the center of dialog, not the best experience, but much better than on Windows Terminal.
On Ubuntu 18.04 windows app it looks like this:
you should have a scroll
you should see commands that were above:
After step 6:
you should have a scroll
you should see commands that were above:
example from Ubuntu 20.04:
In this case new line appeared just below the dialog.
On Ubuntu 18.04 Windows APP we have following:
you should have a scroll
you should see commands that were above:
Actual behavior
After step 4:
no scroll at all
you can't see commands that were above
After step 6:
scroll is present
you still can't see commands that were above (only ssh command you can see)
Note: this issue also appeared on earlier versions. Hope it could be fixed before release 1.0 as it's really hard to use Windows Terminal in combination with scripts that using dialogs.
The text was updated successfully, but these errors were encountered:
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
May 6, 2020
Thanks for the robust issue report! I think this is, unfortunately, a side effect of us not propagating the alternate buffer state to the terminal. That would make this a /dupe of #381.
(The alternate buffer would give Dialog a sandbox to kick around in that would get cleared/deleted when it was dismissed.)
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
ghost
added
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
and removed
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
May 7, 2020
Environment
Steps to reproduce
Expected behavior
After step 4:
example from Ubuntu 20.04:
I would say on Ubuntu 20.04 new line appeared in the center of dialog, not the best experience, but much better than on Windows Terminal.
On Ubuntu 18.04 windows app it looks like this:
After step 6:
example from Ubuntu 20.04:
In this case new line appeared just below the dialog.
On Ubuntu 18.04 Windows APP we have following:
Actual behavior
After step 4:
After step 6:
Note: this issue also appeared on earlier versions. Hope it could be fixed before release 1.0 as it's really hard to use Windows Terminal in combination with scripts that using dialogs.
The text was updated successfully, but these errors were encountered: