summaryrefslogtreecommitdiff
path: root/lisp/play/snake.el
diff options
context:
space:
mode:
authorFrancesco Potortì <pot@gnu.org>2002-09-13 13:31:54 +0000
committerFrancesco Potortì <pot@gnu.org>2002-09-13 13:31:54 +0000
commitc2f8b57c626d997176530f57ca2bf1104461ef87 (patch)
tree7043d34e2a53955fc48cfd915cf691eef1f485ba /lisp/play/snake.el
parent6add75170c960eb2ab76da9281044c88ee8bf764 (diff)
downloademacs-c2f8b57c626d997176530f57ca2bf1104461ef87.tar.gz
(snake-border-options): Use color on tty if available.
Diffstat (limited to 'lisp/play/snake.el')
-rw-r--r--lisp/play/snake.el3
1 files changed, 2 insertions, 1 deletions
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"))))