Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e77c1e8c
Commit
e77c1e8c
authored
Feb 06, 2002
by
Eli Zaretskii
Browse files
(pong-border-options): Make the border colors slightly more bright.
parent
e029dcaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/play/pong.el
lisp/play/pong.el
+5
-1
No files found.
lisp/ChangeLog
View file @
e77c1e8c
...
...
@@ -2,6 +2,8 @@
* play/pong.el (pong-height): Don't use height that exceeds the
frame height.
(pong-border-options): Make the border colors slightly more
bright.
* play/gamegrid.el (gamegrid-display-type): Treat any
color-capable display as color-x, if display-color-p is fboundp.
...
...
lisp/play/pong.el
View file @
e77c1e8c
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment