branch: externals/coterm commit dfebb626195597cabce999f55723d26405b22e58 Author: m <> Commit: m <>
Add comint output filter function buffer locally --- coterm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coterm.el b/coterm.el index 7fd4603..2c61ce7 100644 --- a/coterm.el +++ b/coterm.el @@ -229,7 +229,7 @@ In sync with variables `coterm--t-home-marker', (setq coterm--t-scroll-end coterm--t-height) (setq-local comint-inhibit-carriage-motion t) - (add-hook 'comint-output-filter-functions #'coterm--comint-strip-CR) + (add-hook 'comint-output-filter-functions #'coterm--comint-strip-CR nil t) (add-function :filter-return (local 'window-adjust-process-window-size-function)