Variable: artist-borderless-shapes
artist-borderless-shapes is a buffer-local variable defined in
artist.el.gz.
Documentation
When non-nil, draw shapes without border.
The fill char is used instead, if it is set.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defvar-local artist-borderless-shapes nil
"When non-nil, draw shapes without border.
The fill char is used instead, if it is set.")