term-scroll-show-maximum-output
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 10 Dec 2015 16:17:55 +0200
changeset 1314 54572ca2b27d
parent 1313 ec0316f8e223
child 1315 c2278c83f00a
term-scroll-show-maximum-output
.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)