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

Characters are not rendered with correct width when using dom renderer #51552

Closed
johnp789 opened this issue Jun 10, 2018 · 1 comment
Closed
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues

Comments

@johnp789
Copy link

  • VSCode Version:
    Version 1.24.0
    Commit 6a6e02c
    Date 2018-06-07T23:36:38.731Z
    Shell 1.7.12
    Renderer 58.0.3029.110
    Node 7.9.0
    Architecture x64
  • OS Version:
    Arch Linux 4.16.11 on x86_64

Steps to Reproduce:

  1. Set "terminal.integrated.rendererType": "dom"
  2. Open integrated terminal with bash session
  3. Run for i in $(seq 1 30) ; do echo -n 0123456789 ; done
  4. Observe missing digits at right-hand edge of terminal
  5. Compare with default renderer, where all digits are visible, and characters are rendered with slightly narrower widths

screenshot from 2018-06-10 08-47-40

With the default terminal renderer, this issue is not observed:

screenshot from 2018-06-10 08-46-38

Does this issue occur when all extensions are disabled?: Yes

@vscodebot vscodebot bot added the terminal Integrated terminal issues label Jun 10, 2018
@Tyriar
Copy link
Member

Tyriar commented Jun 10, 2018

Duplicate #51479

@Tyriar Tyriar closed this as completed Jun 10, 2018
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Jun 10, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 25, 2018
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 Integrated terminal issues
Projects
None yet
Development

No branches or pull requests

2 participants