-
Notifications
You must be signed in to change notification settings - Fork 214
Closed as not planned
Description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Use tm API like the following to open terminal:
We user org.eclipse.tm.terminal package with version 4.5.100.201901312304
ITerminalService terminal = TerminalServiceFactory.getService();
//Set the terminal properties with some default values
terminal.openConsole(properties, new ITerminalService.Done() {
...
} - Input chars in the terminal and it wraps if the length is larger than 80(include working dir) but the length of terminal is larger than 80
It happens in new opened terminal on windows 10 host, but not exist on windows 11 host.
WA: Resize the eclipse window, the issue will gone.
Expected behavior
It should not wrap as the chars input don't reach the length limit of terminal
Screenshots
Desktop (please complete the following information):
- OS: Windows 10
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels