Variable: semantic-idle-breadcrumbs-header-line-prefix

semantic-idle-breadcrumbs-header-line-prefix is a customizable variable defined in idle.el.gz.

Value

""

Documentation

String used to indent the breadcrumbs string.

Customize this string to match the space used by scrollbars and fringe.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/idle.el.gz
(defcustom semantic-idle-breadcrumbs-header-line-prefix
  semantic-stickyfunc-indent-string ;; TODO not optimal
  "String used to indent the breadcrumbs string.
Customize this string to match the space used by scrollbars and
fringe."
  :group 'semantic
  :type  'string)