Variable: eww-history-position

eww-history-position is a variable defined in eww.el.gz.

Value

0

Documentation

The 1-indexed position in eww-history.

If zero, EWW is at the newest page, which isn't yet present in eww-history.

Source Code

;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defvar eww-history-position 0
  "The 1-indexed position in `eww-history'.
If zero, EWW is at the newest page, which isn't yet present in
`eww-history'.")