Mercurial > emacs
changeset 101331:562944d6149f
Add eshell-handle-ansi-color to the default list of output filters.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Thu, 22 Jan 2009 01:11:30 +0000 |
parents | eca9795f3903 |
children | 2a6f8380eb41 |
files | lisp/eshell/esh-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/esh-mode.el Thu Jan 22 00:00:13 2009 +0000 +++ b/lisp/eshell/esh-mode.el Thu Jan 22 01:11:30 2009 +0000 @@ -164,6 +164,7 @@ (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