]> git.eshelyaron.com Git - emacs.git/commit
Fix the Bubbles game on TTY frames
authorEli Zaretskii <eliz@gnu.org>
Mon, 17 Sep 2018 14:34:31 +0000 (17:34 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 17 Sep 2018 14:34:31 +0000 (17:34 +0300)
commitc71cfb79c3e9cfcd1189be5ac9fa12333a995565
tree90f4d93bb14d2e8206f1b97fd6aa219f436c0811
parent3bbf21b9139e203d7254a9434c88bd38238ed57e
Fix the Bubbles game on TTY frames

* lisp/play/bubbles.el (bubbles--col-offset)
(bubbles--row-offset): Doc fixes.
(bubbles--compute-offsets): Conflate the GUI and TTY code into
a single common version.  Set the offsets to simple numbers,
not to lists.
(bubbles--initialize, bubbles--show-scores): Wrap offset
values in a list, so that they are interpreted as pixel
values, not as units of character width.  This fixes the game
on TTY frames.  (Bug#32744)
lisp/play/bubbles.el