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

Ability to switch text wrapping off #6730

Closed
marveloo opened this issue Jun 30, 2020 · 4 comments
Closed

Ability to switch text wrapping off #6730

marveloo opened this issue Jun 30, 2020 · 4 comments
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@marveloo
Copy link

marveloo commented Jun 30, 2020

Description of the new feature/enhancement

I made a Windows terminal profile for MySQL command line interface. The problem is that each time I do select * from table_with_many_columns I get a result which is unreadable because of text wrapping which is always on in Windows terminal. Therefore we need an ability to turn it off.

Proposed implementation details

The good old Command Prompt window allows us to switch text wrapping off as well as set screen buffer width to a value of our choice (e.g. 2000) via window properties. Windows terminal needs similar configuration settings which could be set for different terminal profiles independently.

If Windows terminal were able to to deal with screen buffer width automatically (without having to set it explicitly), it would be even better.

As a bonus request, the ability to toggle text wrapping mode with a hot key in any window/tab would be welcome too.

@marveloo marveloo added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Jun 30, 2020
@ghost ghost added Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Jun 30, 2020
@j4james
Copy link
Collaborator

j4james commented Jun 30, 2020

This has been requested before, but the answer was that it's not going to be supported in Windows Terminal. Sorry. For more details, see issue #1860 (comment).

@marveloo
Copy link
Author

I am sorry to sound daft, as I clearly don't understand something here, but why is Windows terminal unable to load a wide window (of fixed width) behind the scenes with only a part of the window visible to the user and a horizontal scrollbar to move that window from side to side? The shell itself may not even be aware of me staring at it throw a smaller size window. In other words all this thing could be implemented on the UI part only by letting the shell think that I am on a wider window than it actually is.

@DHowett
Copy link
Member

DHowett commented Jun 30, 2020

I'm going to close this one out as a /duplicate of #1860 and address your question there 😄

@ghost
Copy link

ghost commented Jun 30, 2020

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 ghost closed this as completed Jun 30, 2020
@ghost 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 Jun 30, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

3 participants