.emacs-my
changeset 1314 54572ca2b27d
parent 1312 7c7a0f0e370e
child 1315 c2278c83f00a
--- 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)