From 2ef61663f23bd466d9fc5070fa2de4d8f59f144e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Fri, 13 Sep 2002 13:31:23 +0000 Subject: [PATCH] (snake-border-options): Use color on tty if available. --- lisp/play/snake.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/play/snake.el b/lisp/play/snake.el index c4127f6fab0..711a877f03c 100644 --- a/lisp/play/snake.el +++ b/lisp/play/snake.el @@ -120,7 +120,8 @@ '(((glyph colorize) (t ?\+)) ((color-x color-x) - (mono-x grid-x)) + (mono-x grid-x) + (color-tty color-tty)) (((glyph color-x) [0.5 0.5 0.5]) (color-tty "white")))) -- 2.39.2