Mercurial > emacs
changeset 47458:b9b5cf20c775
Good appearance of gamegrid-based games on color ttys.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Fri, 13 Sep 2002 13:27:05 +0000 |
parents | cff78e8e5a0a |
children | c48cad4dc557 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Sep 13 07:18:27 2002 +0000 +++ b/lisp/ChangeLog Fri Sep 13 13:27:05 2002 +0000 @@ -1,3 +1,16 @@ +2002-09-13 Francesco Potorti` <pot@gnu.org> + + * play/tetris.el (tetris-blank-options, tetris-cell-options): + Remove various redundant `(t nil)'. + + * play/snake.el (snake-border-options): Use color on tty if + available. + + * play/tetris.el (tetris-border-options): Likewise. + + * play/pong.el (pong-border-options): Likewise, plus reset + color on tty to be [0.5 0.5 0.5]. + 2002-09-13 Kim F. Storm <storm@cua.dk> * kmacro.el (kmacro-start-macro): Doc fix.