You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.
The text was updated successfully, but these errors were encountered: