Variable: artist-flood-fill-show-incrementally

artist-flood-fill-show-incrementally is a customizable variable defined in artist.el.gz.

Value

t

Documentation

Whether or not to incrementally update display when flood-filling.

If non-nil, incrementally update display when flood-filling. If set to non-nil, this currently implies discarding any input events during the flood-fill.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defcustom artist-flood-fill-show-incrementally t
  "Whether or not to incrementally update display when flood-filling.

If non-nil, incrementally update display when flood-filling.
If set to non-nil, this currently implies discarding any input events
during the flood-fill."
  :group 'artist
  :type 'boolean)