Variable: strokes-character

strokes-character is a customizable variable defined in strokes.el.gz.

Value

64

Documentation

Character used when drawing strokes in the strokes buffer.

(The default is @, which works well.)

Source Code

;; Defined in /usr/src/emacs/lisp/strokes.el.gz
(defcustom strokes-character ?@
  "Character used when drawing strokes in the strokes buffer.
\(The default is `@', which works well.)"
  :type 'character)