Variable: artist-spray-chars

artist-spray-chars is a variable defined in artist.el.gz.

Value

(32 46 45 43 109 37 42 35)

Documentation

Characters ("color") to use when spraying.

They should be ordered from the "lightest" to the "heaviest" since spraying replaces a light character with the next heavier one.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defvar artist-spray-chars '(?\s ?. ?- ?+ ?m ?% ?* ?#)
  ;; This is a defvar, not a defcustom, since the custom
  ;; package shows lists of characters as a lists of integers,
  ;; which is confusing
  "Characters (\"color\") to use when spraying.
They should be ordered from the \"lightest\" to the \"heaviest\"
since spraying replaces a light character with the next heavier one.")