summaryrefslogtreecommitdiff
path: root/lisp/play/pong.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-02-06 12:06:19 +0000
committerEli Zaretskii <eliz@gnu.org>2002-02-06 12:06:19 +0000
commite77c1e8c4d7381fc0f6b0f67df083daf4d30992c (patch)
tree7a4925e1b645f0f1d05c5ebaf9664a341ac9341a /lisp/play/pong.el
parente029dcaf14d04940f3008f95b6173cf1f7c21b9a (diff)
downloademacs-e77c1e8c4d7381fc0f6b0f67df083daf4d30992c.tar.gz
(pong-border-options): Make the border colors slightly more bright.
Diffstat (limited to 'lisp/play/pong.el')
-rw-r--r--lisp/play/pong.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/play/pong.el b/lisp/play/pong.el
index 36bd92137ec..07c72a129a3 100644
--- a/lisp/play/pong.el
+++ b/lisp/play/pong.el
@@ -156,7 +156,11 @@
(t ?\+))
((color-x color-x)
(mono-x grid-x))
- (((glyph color-x) [0.5 0.5 0.5])
+ ;; The colors used to be [0.5 0.5 0.5], but that produces a black
+ ;; color on 8-color tty's, which would make the border invisible.
+ ;; 0.51 produces white on such tty's, and at the same time has
+ ;; almost no effect on X and similar displays.
+ (((glyph color-x) [0.51 0.51 0.51])
(color-tty pong-border-color))))
(defconst pong-blank 0)