diff options
Diffstat (limited to 'chess-ics.el')
| -rw-r--r-- | chess-ics.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chess-ics.el b/chess-ics.el index 9f3fd4e..4cdd42c 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -236,6 +236,9 @@ who is black." (add-hook 'comint-output-filter-functions 'chess-ics-filter t t) + (setq comint-prompt-regexp "^[^%\n]*% *" + comint-scroll-show-maximum-output t) + (let ((proc (get-buffer-process (current-buffer)))) (if (nth 2 server) (progn |
