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

Clearing Terminal only clears visible area #19934

Closed
CoenraadS opened this issue Feb 4, 2017 · 1 comment
Closed

Clearing Terminal only clears visible area #19934

CoenraadS opened this issue Feb 4, 2017 · 1 comment
Assignees

Comments

@CoenraadS
Copy link
Contributor

CoenraadS commented Feb 4, 2017

  • VSCode Version: 1.9
  • OS Version: Windows 10 Build 14986

Default terminal is powershell

Steps to Reproduce:

  1. In VSCode generate enough output to cause terminal to scroll
  2. Type cls

Expected:

Entire terminal should be cleared, including content outside of viewport (if scroll up). This is how it works in a powershell console.

Actual:

Only the visible area is cleared. By scrolling up old content is visible.

My use-case:

I like to cls and then run npm test. Then the beginning of my terminal is where my test output starts.

Now I cls, but I have no idea where the beginning of my test output is.

@CoenraadS CoenraadS changed the title Terminal only clears viewport Clearing Terminal only clears visible area Feb 4, 2017
@CoenraadS
Copy link
Contributor Author

Just realized this is a dupe: xtermjs/xterm.js#106

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants