Variable: gomoku-x-offset

gomoku-x-offset is a variable defined in gomoku.el.gz.

Value

3

Documentation

Number of columns between the Gomoku board and the side of the window.

Source Code

;; Defined in /usr/src/emacs/lisp/play/gomoku.el.gz
(defconst gomoku-x-offset 3
  "Number of columns between the Gomoku board and the side of the window.")