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

No line wrap at the bottom of the Terminal window when entering text in TCC #7028

Closed
mgieseki opened this issue Jul 23, 2020 · 3 comments
Closed
Labels
Area-Rendering Text rendering, emoji, complex glyph & font-fallback issues Issue-Bug It either shouldn't be doing this or needs an investigation. Priority-2 A description (P2) Product-Conpty For console issues specifically related to conpty Resolution-External For issues that are outside this codebase
Milestone

Comments

@mgieseki
Copy link

Environment

Windows build number: 10.0.18363.959
Windows Terminal version (if applicable): 1.1.2021.0

Any other software?
JPSoft TCC v26

Steps to reproduce

  • Run tcc.exe in Terminal
  • Press Return multiple times until the prompt reaches the last line of the terminal window
  • Enter any long text that exceeds the number of characters per line

Expected behavior

The window content should be scrolled up one line and further characters appear on a new line at the bottom.

Actual behavior

There's no line wrap. The characters that are supposed to go on a new line overwrite the characters at the beginning of the current line.

tcc

@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 Jul 23, 2020
@zadjii-msft
Copy link
Member

For future reference: https://jpsoft.com/help/index.htm

@zadjii-msft zadjii-msft added Area-Rendering Text rendering, emoji, complex glyph & font-fallback issues Issue-Bug It either shouldn't be doing this or needs an investigation. Priority-2 A description (P2) Product-Conpty For console issues specifically related to conpty labels Jul 23, 2020
@ghost ghost removed the Needs-Tag-Fix Doesn't match tag requirements label Jul 23, 2020
@zadjii-msft zadjii-msft added this to the Terminal v2.0 milestone Jul 23, 2020
@DHowett
Copy link
Member

DHowett commented Jul 24, 2020

TCC exhibits this behavior in a standard console host window when it's at the bottom of the buffer as well. It is trivially reproduceable by printing 9000 lines of text and then attempting to write a command wider than the screen using TCC.

This is a bug in TCC; it should be taken up with the vendor.

@DHowett DHowett closed this as completed Jul 24, 2020
@DHowett DHowett added Resolution-External For issues that are outside this codebase and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Jul 24, 2020
@mgieseki
Copy link
Author

Oh. Thank you for the investigation, and sorry for the noise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Rendering Text rendering, emoji, complex glyph & font-fallback issues Issue-Bug It either shouldn't be doing this or needs an investigation. Priority-2 A description (P2) Product-Conpty For console issues specifically related to conpty Resolution-External For issues that are outside this codebase
Projects
None yet
Development

No branches or pull requests

3 participants