From fd94644feb5107df98ad2eaed868ae0ef021a381 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 22 Jan 2009 01:11:30 +0000 Subject: [PATCH] Add eshell-handle-ansi-color to the default list of output filters. --- lisp/eshell/esh-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index 9cd7c1b0477..675818539cf 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el @@ -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 -- 2.39.2