-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you rename the tab and then click on Export Text, the filename is the previous title of the tab #13909
Comments
Should be easy enough to fix: terminal/src/cascadia/TerminalApp/TabManagement.cpp Lines 399 to 439 in fe0d570
Just use the |
Takes title from the tab instead of the TermControl Closes #13909
🎉This issue was addressed in #13915, which has now been successfully released as Handy links: |
🎉This issue was addressed in #13915, which has now been successfully released as Handy links: |
Windows Terminal version
1.14.2281.0
Windows build number
10.0.19044.0
Other Software
No response
Steps to reproduce
Title of a tab is Administrator: PowerShell
Expected Behavior
The (default) filename exported is the tab name (so, in this example asd.txt)
Actual Behavior
The filename is not aligned to the tab title
The text was updated successfully, but these errors were encountered: