emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 81886aeaff 1/2: Implement alternative sub-buffer support in t


From: Po Lu
Subject: Re: master 81886aeaff 1/2: Implement alternative sub-buffer support in term.el
Date: Tue, 25 Jan 2022 09:08:39 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Miha Rihtaršič <miha@kamnitnik.top> writes:

> +(defcustom term-clear-full-screen-programs t
> +  "Whether to clear contents of full-screen TUI programs after exit.
> +If non-nil, output of full-screen TUI programs is cleared after
> +exiting them.  Note however that a minority of such programs
> +don't send an appropriate escape sequence to the terminal before
> +exiting so their output isn't cleared regardless of this option."
> +  :version "29.1"
> +  :type 'boolean
> +  :group 'term)

Did this really have to be an incompatible change?  What would hurt
about leaving the option at `nil' by default?

Also, it's not really appropriate to use the term "TUI" here, because
some people don't know what it refers to.  It would be better to say
"console" instead.

Thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]