summaryrefslogtreecommitdiff
path: root/chess-ics.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-18 18:30:19 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-18 18:30:19 +0000
commit563cf2037068f67f6786172b029363aaa7d52776 (patch)
tree549c69928ccc019093fed062f6999462fbb431db /chess-ics.el
parent2b0db13d4cdc3aaadd7dd458c1097c668577a072 (diff)
Many efficiency improvements and bug fixes.
Diffstat (limited to 'chess-ics.el')
-rw-r--r--chess-ics.el3
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