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

Don't always scroll to bottom when there is new output in console #584

Closed
heberallred opened this issue Jun 25, 2016 · 3 comments
Closed
Labels

Comments

@heberallred
Copy link

I'm using this with NodeJS & Meteor. Currently when there is output to the console, Bash is scrolling to the bottom regardless of whether I have scrolled up to look at previous output. On my Mac, if I scroll up to look at some previous output, it stops scrolling to bottom when there is new output, allowing me to read through previously output information easily. Then if I scroll back to the bottom, it will "follow" the new output and stays scrolled to the bottom automatically.

Please make it work similar to how I have described on Mac. Currently in Bash for Windows, it's very hard to scroll back in the console output and look at previous data since it scrolls to the bottom automatically when there is new output.

@fpqc
Copy link

fpqc commented Jun 25, 2016

This is not a problem with BashOnWindows. It is a console problem, since bash.exe runs like other Windows console apps in the Windows Console Host (conhost.exe). The upgrades to conhost are planned, but they will not release for the anniversary upgrade in July, and the Windows team is scrambling for the July 30 deadline to actually get what is planned ready by then.

So in the meantime, I described a nice off-the-shelf workaround using a Windows Xserver (XMing) and a nice XTerm replacement (rxvt-unicode-256color) that should hold you over until the Console team starts rolling out their planned console upgrades : #531

@Sheco
Copy link

Sheco commented Jun 26, 2016

BashOnWindows is great, I have always wanted Microsoft to work on updating the console, which has been for such a long time, such an outdated piece of software.

I am glad this project is pushing them to update that.

@bitcrazed
Copy link
Contributor

Thanks for the discussion.

Closing this issue since:

  1. This issue is old and has likely been fixed since it was opened. If not, please post a new issue in the Console GitHub Repo
  2. This is the WSL issues repo, but this is an issue in Console which has its own Console GitHub Repo
  3. GitHub doesn't allow issues to be moved between repos, preserving posters' identity :(

If you have further asks/issues, please file new issues on our Console GitHub Repo.

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

No branches or pull requests

5 participants