]> git.eshelyaron.com Git - emacs.git/commitdiff
(snake-border-options): Use color on tty if available.
authorFrancesco Potortì <pot@gnu.org>
Fri, 13 Sep 2002 13:31:23 +0000 (13:31 +0000)
committerFrancesco Potortì <pot@gnu.org>
Fri, 13 Sep 2002 13:31:23 +0000 (13:31 +0000)
lisp/play/snake.el

index c4127f6fab0f86967e1cc7ff80528787d7465785..711a877f03c95391d98806a07aaa7109d73b5ae2 100644 (file)
   '(((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"))))