diff -r ec0316f8e223 -r 54572ca2b27d .emacs-my --- a/.emacs-my Thu Dec 10 15:49:16 2015 +0200 +++ b/.emacs-my Thu Dec 10 16:17:55 2015 +0200 @@ -490,7 +490,8 @@ (ansi-color-for-comint-mode-on) (defun my-ansi-color (&optional beg end) - "Interpret ANSI color esacape sequence by colorifying cotent." + "Interpret ANSI color esacape sequence by colorifying cotent. +Operate on selected region on whole buffer." (interactive (if (use-region-p) (list (region-beginning) (region-end)) @@ -505,6 +506,8 @@ (setq term-buffer-maximum-size (lsh 1 14)) +(setq term-scroll-show-maximum-output t) + (my--eval-after-load term (define-key term-mode-map [?\t] #'term-dynamic-complete)