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

Closed
opened 2026-01-31 02:03:23 +00:00 by claunia · 3 comments
Owner

Originally created by @mgieseki on GitHub (Jul 23, 2020).

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

Originally created by @mgieseki on GitHub (Jul 23, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. If this is an application crash, please also provide a Feedback Hub submission link so we can find your diagnostic data on the backend. Use the category "Apps > Windows Terminal (Preview)" and choose "Share My Feedback" after submission to get the link. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment ```none 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](https://user-images.githubusercontent.com/3620467/88261257-3ac80780-ccc6-11ea-8622-0f2b1c375d77.png)
Author
Owner

@zadjii-msft commented on GitHub (Jul 23, 2020):

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

@zadjii-msft commented on GitHub (Jul 23, 2020): For future reference: https://jpsoft.com/help/index.htm
Author
Owner

@DHowett commented on GitHub (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 commented on GitHub (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.
Author
Owner

@mgieseki commented on GitHub (Jul 24, 2020):

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

@mgieseki commented on GitHub (Jul 24, 2020): Oh. Thank you for the investigation, and sorry for the noise.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9770