]> git.eshelyaron.com Git - emacs.git/commitdiff
Add NEWS entry for term-clear-full-screen-programs
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 24 Jan 2022 19:02:26 +0000 (20:02 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 24 Jan 2022 19:02:33 +0000 (20:02 +0100)
etc/NEWS

index 7d1400d7c805f8e3c230a48c2c58cce718d54691..46a734e8546494d02106752f7f5f393e85767600 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -92,6 +92,13 @@ time.
 \f
 * Incompatible changes in Emacs 29.1
 
+---
+** New user option 'term-clear-full-screen-programs'.
+By default, term will now work like most terminals when displaying
+full-screen programs: When they exit, the output is cleared, leaving
+what was displayed in the window before the programs started.  Set
+this user option to nil to revert back to the old behavior.
+
 ---
 ** Support for old EIEIO functions is not autoloaded any more.
 You need an explicit '(require 'eieio-compat)' to use 'defmethod'