]> git.eshelyaron.com Git - emacs.git/commit
(gomoku-click): Position on nearest square. Adapt keymap accordingly.
authorRichard M. Stallman <rms@gnu.org>
Fri, 5 Apr 1996 19:38:42 +0000 (19:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 5 Apr 1996 19:38:42 +0000 (19:38 +0000)
commitd7ab27189363acf15d7676085d552474435d7571
tree816cbab0954c4ec8d5a932601366a6c9da595859
parentcb2e51f84b4bc68f1493da1b9883143409058140
(gomoku-click): Position on nearest square.  Adapt keymap accordingly.
(gomoku-mouse-play): Use it to play nearest to mouse click.
(gomoku-terminate-game): Factorize messages.
(gomoku): Allow interactive passing of board size.  Don't make a fuss
about restarting a game that hasn't progressed.
(gomoku-offer-a-draw): Give user the choice it pretended to give.
(gomoku-point-x): Deleted function.
(gomoku-point-y, gomoku-point-square): Simplified because point is
always on a square.
(gomoku-goto-xy, gomoku-plot-square): Fix line count due to
intangible newlines.
(gomoku-init-display): Once again fairly fast due to minimization of
characters in buffer and text-property operations.  Cursor cannot be
be off a square.
(gomoku-display-statistics): Simplified equivalently.
(gomoku-winning-qtuple-beg, gomoku-winning-qtuple-end)
(gomoku-winning-qtuple-dx, gomoku-winning-qtuple-dy): Pseudo variables
only used for non-functional argument passing deleted.
(gomoku-cross-winning-qtuple): Accordingly deleted function and
(gomoku-check-filled-qtuple): Accordingly adapted.
(gomoku-cross-qtuple): Don't be confused by tabs.
(gomoku-move-down, gomoku-move-up): Simplified because point is always
on square.
(gomoku-beginning-of-line, gomoku-end-of-line): New commands necessary
because intangible newlines perverted these.
lisp/play/gomoku.el