changeset 47460:2b50b378bb16

(snake-border-options): Use color on tty if available.
author Francesco Potortì <pot@gnu.org>
date Fri, 13 Sep 2002 13:31:54 +0000
parents c48cad4dc557
children b2bce4f54bce
files lisp/play/snake.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/snake.el	Fri Sep 13 13:30:09 2002 +0000
+++ b/lisp/play/snake.el	Fri Sep 13 13:31:54 2002 +0000
@@ -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"))))