Variable: eww-header-line-format
eww-header-line-format is a customizable variable defined in
eww.el.gz.
Value
"%t: %u"
Documentation
Header line format.
- %t is replaced by the title.
- %u is replaced by the URL.
This variable was added, or its default value changed, in Emacs 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defcustom eww-header-line-format "%t: %u"
"Header line format.
- %t is replaced by the title.
- %u is replaced by the URL."
:version "24.4"
:group 'eww
:type 'string)