Skip to content

Terminal wraps if input more than 80 chars on Windows 10 #460

@fbs2016

Description

@fbs2016

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. 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() {
    ...
    }
  2. 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

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions