Variable: artist-pointer-shape
artist-pointer-shape is a variable defined in artist.el.gz.
Value
nil
Documentation
If in X Windows, use this pointer shape while drawing with the mouse.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defvar artist-pointer-shape (if (eq window-system 'x) x-pointer-crosshair nil)
"If in X Windows, use this pointer shape while drawing with the mouse.")