Variable: gomoku-square-width

gomoku-square-width is a variable defined in gomoku.el.gz.

Value

4

Documentation

Horizontal 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
;; You may change these values if you have a small screen or if the squares
;; look rectangular.

(defconst gomoku-square-width 4
  "Horizontal spacing between squares on the Gomoku board.
SHOULD be at least 2 (MUST BE at least 1).")