Variable: gomoku-square-height
gomoku-square-height is a variable defined in gomoku.el.gz.
Value
2
Documentation
Vertical spacing between squares on the Gomoku board.
SHOULD be at least 2 (MUST BE at least 1).
Source Code
;; Defined in /usr/src/emacs/lisp/play/gomoku.el.gz
(defconst gomoku-square-height 2
"Vertical spacing between squares on the Gomoku board.
SHOULD be at least 2 (MUST BE at least 1).")