/[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.10 by eliz, Wed Feb 6 12:06:04 2002 UTC revision 1.11 by pot, Fri Sep 13 13:30:09 2002 UTC
# Line 75  Line 75 
75    :type 'color)    :type 'color)
76    
77  (defcustom pong-border-color "white"  (defcustom pong-border-color "white"
78    "*Color used for pong balls."    "*Color used for pong borders."
79    :group 'pong    :group 'pong
80    :type 'color)    :type 'color)
81    
# Line 155  Line 155 
155    '(((glyph colorize)    '(((glyph colorize)
156       (t ?\+))       (t ?\+))
157      ((color-x color-x)      ((color-x color-x)
158       (mono-x grid-x))       (mono-x grid-x)
159      ;; The colors used to be [0.5 0.5 0.5], but that produces a black       (color-tty color-tty))
160      ;; color on 8-color tty's, which would make the border invisible.      (((glyph color-x) [0.5 0.5 0.5])
     ;; 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])  
161       (color-tty pong-border-color))))       (color-tty pong-border-color))))
162    
163  (defconst pong-blank    0)  (defconst pong-blank    0)

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

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