From c2f8b57c626d997176530f57ca2bf1104461ef87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Fri, 13 Sep 2002 13:31:54 +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 034ee5539a5..f2af0bb6495 100644 --- a/lisp/play/snake.el +++ b/lisp/play/snake.el @@ -123,7 +123,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