/[emacs]/emacs/lisp/play/pong.el
ViewVC logotype

Diff of /emacs/lisp/play/pong.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by eliz, Wed Feb 6 11:34:54 2002 UTC revision 1.10 by eliz, Wed Feb 6 12:06:04 2002 UTC
# Line 156  Line 156 
156       (t ?\+))       (t ?\+))
157      ((color-x color-x)      ((color-x color-x)
158       (mono-x grid-x))       (mono-x grid-x))
159      (((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
160        ;; color on 8-color tty's, which would make the border invisible.
161        ;; 0.51 produces white on such tty's, and at the same time has
162        ;; almost no effect on X and similar displays.
163        (((glyph color-x) [0.51 0.51 0.51])
164       (color-tty pong-border-color))))       (color-tty pong-border-color))))
165    
166  (defconst pong-blank    0)  (defconst pong-blank    0)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26