diff options
| -rw-r--r-- | chess-phalanx.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chess-phalanx.el b/chess-phalanx.el index 3353b67..7a8c3ec 100644 --- a/chess-phalanx.el +++ b/chess-phalanx.el @@ -35,6 +35,7 @@ (eq (process-status proc) 'run)) (process-send-string proc "nopost\n") (setq chess-engine-process proc + chess-engine-entire-lines t chess-engine-opponent-name "Phalanx") t))) |
