Skip to content
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

Terminal title in tab is of limited use #4636

Closed
juergenpf opened this issue Feb 18, 2020 · 5 comments
Closed

Terminal title in tab is of limited use #4636

juergenpf opened this issue Feb 18, 2020 · 5 comments
Labels
Issue-Question For questions or discussion Needs-Tag-Fix Doesn't match tag requirements Resolution-Answered Related to questions that have been answered

Comments

@juergenpf
Copy link

In classical terminal emulators like e.g. putty, the windows title line is used to display useful information from the running shell (e.g. very often current working directory etc.). Displaying that in the tab is of little use, because in most cases, the display space in the tab is too small.

I suggest to add a current title line below the tabs, that displays the current terminals title line in full width of the terminal. You may make that a configurable option. Also, it would be nice to have a (configurable) status line on the bottom, that for example shows the current row and column of the cursor, the width and height of the terminal etc.

@ghost 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 Feb 18, 2020
@DHowett-MSFT
Copy link
Contributor

If you set "showTabsInTitlebar": false in your settings, you'll get a behavior somewhat like what you're asking for: trading screen real-estate for displaying more information.

@DHowett-MSFT DHowett-MSFT added the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Feb 18, 2020
@srdjanjovcic
Copy link
Member

While showTabsInTitlebar gets the job done, it is far from ideal... We now end up with basically double titlebar.

@zadjii-msft
Copy link
Member

I suggest to add a current title line below the tabs, that displays the current terminals title line in full width of the terminal.

I mean, a double titlebar is almost exactly what was asked for in OP. It's certainly not the style I'd choose myself, but the Terminal is all about letting the user make the Terminal work however they like it. There's also "tabWidthMode": "titleLength" for making the tabs as long as whatever text is set for the tab.

There's also #3459 already tracking adding a status bar

@juergenpf
Copy link
Author

Ok, the "showTabsInTitlebar" option provides what I want.

@ghost ghost added Needs-Attention The core contributors need to come back around and look at this ASAP. and removed Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something labels Feb 19, 2020
@DHowett-MSFT
Copy link
Contributor

Alright, in that case I'm going to close this one out. Thanks for the input!

@DHowett-MSFT DHowett-MSFT added Issue-Question For questions or discussion Resolution-Answered Related to questions that have been answered and removed Needs-Attention The core contributors need to come back around and look at this ASAP. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Question For questions or discussion Needs-Tag-Fix Doesn't match tag requirements Resolution-Answered Related to questions that have been answered
Projects
None yet
Development

No branches or pull requests

4 participants