emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/sokoban d9f58b0 11/17: * sokoban.el: Force sokoban-widt


From: Stefan Monnier
Subject: [elpa] externals/sokoban d9f58b0 11/17: * sokoban.el: Force sokoban-width to be at least 15 to accommodate score display
Date: Tue, 1 Dec 2020 17:17:29 -0500 (EST)

branch: externals/sokoban
commit d9f58b04ec1a555129e0e492c5e95429c226f937
Author: Dieter Deyke <dieter.deyke@gmail.com>
Commit: Dieter Deyke <dieter.deyke@gmail.com>

    * sokoban.el: Force sokoban-width to be at least 15 to accommodate score 
display
---
 sokoban.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sokoban.el b/sokoban.el
index a630d75..2ebe7b4 100644
--- a/sokoban.el
+++ b/sokoban.el
@@ -4,7 +4,7 @@
 
 ;; Author: Glynn Clements <glynn.clements@xemacs.org>
 ;; Maintainer: Dieter Deyke <dieter.deyke@gmail.com>
-;; Version: 1.4.3
+;; Version: 1.4.4
 ;; Created: 1997-09-11
 ;; Keywords: games
 ;; Package-Type: multi
@@ -541,7 +541,7 @@ static char * player_on_target_xpm[] = {
         (read-only-mode 1)
       (setq buffer-read-only t))
 
-    (setq sokoban-width 1
+    (setq sokoban-width 15 ; need at least 15 for score display
           sokoban-height 1)
     (goto-char (point-min))
     (re-search-forward sokoban-level-regexp nil t)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]