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

Integrated terminal off-by-one rendering errors. #34524

Closed
gwk opened this issue Sep 16, 2017 · 1 comment
Closed

Integrated terminal off-by-one rendering errors. #34524

gwk opened this issue Sep 16, 2017 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label

Comments

@gwk
Copy link

gwk commented Sep 16, 2017

  • VSCode Version: 1.17.0 128a4e3
  • OS Version: macOS 10.13 Beta (17A362a)

Steps to Reproduce:

  1. Paste the following command into the integrated terminal:
    python -c 'print ("\x1b[31m0123456789\x1b[0m")*9
    This prints the string [RED]0123456789[RESET] nine times, followed by a newline.

  2. Resize the VSCode window so that the window half clips one of the red characters, and run it again.

Issues:

The terminal output does not wrap the partially-clipped character; it is possible to resize the window so that the final character essentially disappears.

Additionally, double-clicking a line of text to select it causes the line below to become highlighted instead.

Ideally, previously rendered text would wrap dynamically as the window was resized but this is not the case.

Reproduces without extensions: Yes

@vscodebot vscodebot bot added the terminal General terminal issues that don't fall under another label label Sep 16, 2017
@Tyriar
Copy link
Member

Tyriar commented Sep 28, 2017

Reflowing lines is tracked in #23688

The double clicking bug should be fixed now, it may take a while to land in Insiders though.

@Tyriar Tyriar closed this as completed Sep 28, 2017
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Sep 28, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label
Projects
None yet
Development

No branches or pull requests

2 participants