]> code.delx.au - gnu-emacs/commitdiff
Good appearance of gamegrid-based games on color ttys.
authorFrancesco Potortì <pot@gnu.org>
Fri, 13 Sep 2002 13:27:05 +0000 (13:27 +0000)
committerFrancesco Potortì <pot@gnu.org>
Fri, 13 Sep 2002 13:27:05 +0000 (13:27 +0000)
lisp/ChangeLog

index 4997e8b599e71e71896cbd19770ae9819e23421e..ab4b4495b489aa99977d314ad0cdeba485532b78 100644 (file)
@@ -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.