From 563cf2037068f67f6786172b029363aaa7d52776 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Apr 2002 18:30:19 +0000 Subject: Many efficiency improvements and bug fixes. --- chess-ics.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chess-ics.el') 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 -- cgit v1.2.3