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

Output of command in command prompt wrong... #2684

Closed
Luuk34 opened this issue Sep 6, 2019 · 5 comments
Closed

Output of command in command prompt wrong... #2684

Luuk34 opened this issue Sep 6, 2019 · 5 comments
Labels
Area-TerminalControl Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.) Issue-Bug It either shouldn't be doing this or needs an investigation. Product-Terminal The new Windows Terminal. Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Milestone

Comments

@Luuk34
Copy link

Luuk34 commented Sep 6, 2019

Windows Terminal 0.4.2382.0
Windows 10


# Steps to reproduce

RUN 'Windows Terminal' with two command-prompts.
Run next command in both prompt (simultanuously)
for /l %f in (1,1,100000) do @echo abcdefghijklmnopqrstuvwxyz %f      

In de output of the first screen the 'wrong output' is found.
(not neccesarily at the point given in the example)

# Expected behavior

correct output,
100000 lines containing the alphabet, with a number at the end of the line.

# Actual behavior

In the first tab, something like this is seen:
abcdefghijklmnopqrstuvwxyz 98810
abcdefghijklmnopqrstuvwxyz 98811
abcdefghijklmnopqrstuvwxyz 98812
abcdefghijklmnopqrstuvwxyz 98813
abcdefghijklmnopqrstuvwxyz 98814
abcdefghijklmnopqrstuvwxyz 98815
�]0;CMD - echo  abcdefghiz 98816
                         abcdefghijklmnopqrstuvwxyz 98817
abcdefghijklmnopqrstuvwxyz 98818
abcdefghijklmnopqrstuvwxyz 98819
abcdefghijklmnopqrstuvwxyz 98820
abcdefghijklmnopqrstuvwxyz 98821
abcdefghijklmnopqrstuvwxyz 98822
abcdefghijklmnopqrstuvwxyz 98823
abcdefghijklmnopqrstuvwxyz 98824
abcdefghijklmnopqrstuvwxyz 98825
@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 Sep 6, 2019
@hoxha-saber
Copy link

Old But Gold 2019-09-07 20-45-08_Trim

Yep, happens when for me too. Although it wasn't the case when when I ran normal command prompt (without windows terminal). In the gif, you can see the tabTitle changes as well as they keep on shrinking and growing.

@encladeus
Copy link

encladeus commented Sep 8, 2019

@hoxha-saber With reference to the tabTitle changes that you reference above, this is raised in issue #2645. Your gif is the best illustration, so far, of that tabTitle issue.

@DHowett-MSFT
Copy link
Contributor

Yeah, I've started seeing this as well. I'm a bit surprised that we're splitting up VT sequences when they come through Terminal, but that's what it looks like we're doing.

@DHowett-MSFT DHowett-MSFT added Area-TerminalControl Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.) Issue-Bug It either shouldn't be doing this or needs an investigation. Product-Terminal The new Windows Terminal. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Sep 9, 2019
@DHowett-MSFT DHowett-MSFT added this to the Terminal-1909 milestone Sep 9, 2019
@ghost ghost removed the Needs-Tag-Fix Doesn't match tag requirements label Sep 9, 2019
@DHowett-MSFT
Copy link
Contributor

This was actually a /dupe of #3108.

@ghost
Copy link

ghost commented Oct 14, 2019

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 Oct 14, 2019
@ghost ghost added the Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. label Oct 14, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-TerminalControl Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.) Issue-Bug It either shouldn't be doing this or needs an investigation. Product-Terminal The new Windows Terminal. 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

5 participants