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

Can't scroll on Terminal output #11525

Closed
kube opened this issue Sep 4, 2016 · 6 comments
Closed

Can't scroll on Terminal output #11525

kube opened this issue Sep 4, 2016 · 6 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues

Comments

@kube
Copy link

kube commented Sep 4, 2016

  • VSCode Version: 1.4.0
  • OS Version: macOS Sierra Beta 7 (But should do the same on any macOS/OS X version)

Steps to Reproduce:

  1. Open Terminal at bottom.
  2. Run a command that will do a long output (At least more than the terminal height).
  3. Try to scroll up.
@kube
Copy link
Author

kube commented Sep 4, 2016

Scroll seems to work when on a program that has not closed stdout.
e.g: webpack-dev-server output is scrollable while running.

@wyntau
Copy link

wyntau commented Sep 5, 2016

Are you using oh-my-zsh?

Is your problem the same with #10575 ?

@Jakobud
Copy link

Jakobud commented Sep 5, 2016

OSX 10.10.5 here. I am able to scroll up and down the integrated terminal just fine. Maybe you shouldn't be reporting bugs while using beta OS software...

@dbaeumer dbaeumer added the terminal Integrated terminal issues label Sep 5, 2016
@kube
Copy link
Author

kube commented Sep 5, 2016

Yeah sorry for not specifying it, I'm using oh-my-zsh with antigen.
I disabled antigen to try, and scroll worked fine.

I also modified oh-my-zsh lib/key-bindings.zsh as specified in #8219 (comment) and it worked well too.

So problem seems to come from this line:
echoti smkx

@wyntau
Copy link

wyntau commented Sep 5, 2016

Yes.
But I do not know why zsh's application keypad mode will turn off vscode scrollbar and what's the relation between zsh's application keypad mode and vscode terminal's turn on/off.

@Tyriar
Copy link
Member

Tyriar commented Sep 6, 2016

Duplicate #7817

@treri the scroll bar is turned off when application keypad mode is entered, if there is a better way of determining when the scroll bar should be disabled you should create an issue against xterm.js. Currently the scrollbar works on the full buffer which doesn't change when an application such as vim is entered so the scrollbar would look strange.

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

No branches or pull requests

5 participants