Variable: mpuz-framework
mpuz-framework is a variable defined in mpuz.el.gz.
Value
"\n . . .\n Number of errors (this game): 0\n x . .\n -------\n . . . .\n Number of completed games: 0\n . . . .\n --------- Average number of errors: 0.00\n . . . . ."
Documentation
The general picture of the puzzle screen, as a string.
Source Code
;; Defined in /usr/src/emacs/lisp/play/mpuz.el.gz
;; Display
;;--------
(defconst mpuz-framework
"
. . .
Number of errors (this game): 0
x . .
-------
. . . .
Number of completed games: 0
. . . .
--------- Average number of errors: 0.00
. . . . ."
"The general picture of the puzzle screen, as a string.")