term-scroll-to-bottom-on-output

term-scroll-to-bottom-on-output is a variable defined in `term.el'.
Its value is
nil

  • This variable's value is permanent if it is given a local binding.

Documentation:
Controls whether interpreter output causes window to scroll.
If nil, then do not scroll. If t or `all', scroll all windows showing buffer.
If `this', scroll only the selected window.
If `others', scroll only those that are not the selected window.

The default is nil.

See variable `term-scroll-show-maximum-output'.
This variable is buffer-local.

You can customize this variable.