diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-18 18:30:19 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-18 18:30:19 +0000 |
| commit | 563cf2037068f67f6786172b029363aaa7d52776 (patch) | |
| tree | 549c69928ccc019093fed062f6999462fbb431db /chess-ics.el | |
| parent | 2b0db13d4cdc3aaadd7dd458c1097c668577a072 (diff) | |
Many efficiency improvements and bug fixes.
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 |
