From: Francesco Potortì Date: Fri, 13 Sep 2002 13:31:54 +0000 (+0000) Subject: (snake-border-options): Use color on tty if available. X-Git-Tag: ttn-vms-21-2-B4~13186 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2f8b57c626d997176530f57ca2bf1104461ef87;p=emacs.git (snake-border-options): Use color on tty if available. --- 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"))))