-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Add an additional debug option to show a \n when \r is received #12312
Copy link
Copy link
Closed
Labels
Area-TerminalConnectionIssues pertaining to the terminal<->backend connection interfaceIssues pertaining to the terminal<->backend connection interfaceHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Metadata
Metadata
Assignees
Labels
Area-TerminalConnectionIssues pertaining to the terminal<->backend connection interfaceIssues pertaining to the terminal<->backend connection interfaceHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Description of the new feature/enhancement
The debug tool is great, but could certainly be improved if you could add an option to actually do a
\nwhen the\r(CR) character is received. This would significantly increase the readability of the infinite debug strings coming out, without affecting the actual output and understanding.So that it would look like:
(Where [C/R] is the special unicode (\x2400 range) character for
\r.)Proposed technical implementation details (optional)
Add an optional 2nd debug option after the
"debugFeatures": true,option.Name the option:
"debugFeature_Show_NL": true.