# HG changeset patch # User John Wiegley # Date 1232586690 0 # Node ID 562944d6149f8a9ef16fcae1603ccaec76d44e84 # Parent eca9795f390364866bc6da1d351b91d7ecfe10da Add eshell-handle-ansi-color to the default list of output filters. diff -r eca9795f3903 -r 562944d6149f lisp/eshell/esh-mode.el --- 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