mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Add eshell-handle-ansi-color to the default list of output filters.
This commit is contained in:
parent
a39e2539a3
commit
fd94644feb
1 changed files with 1 additions and 0 deletions
|
|
@ -164,6 +164,7 @@ number, if the function `eshell-truncate-buffer' is on
|
|||
(defcustom eshell-output-filter-functions
|
||||
'(eshell-postoutput-scroll-to-bottom
|
||||
eshell-handle-control-codes
|
||||
eshell-handle-ansi-color
|
||||
eshell-watch-for-password-prompt)
|
||||
"*Functions to call before output is displayed.
|
||||
These functions are only called for output that is displayed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue