; Touch up last term.el-related changes
This commit is contained in:
parent
2129d6b9dc
commit
1591b8ab9a
2 changed files with 5 additions and 4 deletions
8
etc/NEWS
8
etc/NEWS
|
@ -781,10 +781,10 @@ digits.
|
|||
** Miscellaneous
|
||||
|
||||
---
|
||||
*** New variable 'term-scroll-snap-to-bottom'
|
||||
term will, by default, recenter the buffer so that the prompt on the
|
||||
final line in the window. Setting this new variable to nil inhibits
|
||||
this behavior.
|
||||
*** New user option 'term-scroll-snap-to-bottom'.
|
||||
By default, 'term' and 'ansi-term' will now recenter the buffer so
|
||||
that the prompt is on the final line in the window. Setting this new
|
||||
user option to nil inhibits this behavior.
|
||||
|
||||
*** The new library hierarchy.el has been added.
|
||||
It's a library to create, query, navigate and display hierarchy
|
||||
|
|
|
@ -506,6 +506,7 @@ This variable is buffer-local."
|
|||
If non-nil, when the prompt is visible within the window, then
|
||||
scroll so that the prompt is on the bottom on any input or
|
||||
output."
|
||||
:version "28.1"
|
||||
:type 'boolean)
|
||||
|
||||
(defcustom term-scroll-show-maximum-output nil
|
||||
|
|
Loading…
Add table
Reference in a new issue